[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[TSVN] Bug in SubWCRev

From: Timo Falk <falk_at_neumag.de>
Date: 2005-03-09 12:34:29 CET

Hi!

I found a bug in subwcrev:

I use this line in the VS-präbuildevent (right english term?
"Präbuildereignis" in german):

subwcrev $(ProjectDir) $(ProjectDir)assemblyinfo.cs.rev
$(ProjectDir)assemblyinfo.cs

Works well, but if the $(ProjectDir) contains space it fails (of course).
So I want to use this line:

subwcrev "$(ProjectDir)" "$(ProjectDir)assemblyinfo.cs.rev"
"$(ProjectDir)assemblyinfo.cs"

but subwcrev fails!

Some trails later: If the WorkingCopyPath is enclosed in quotation marks it
must not have an trailing backslash. If it is not enclosed in quotation
marks it works with or without trailing backslash.

Timo

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Mar 9 12:43:51 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.