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

[TSVN] Re: bug in SubWCRev

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-10-27 17:49:12 CEST

Andrey wrote:

> I found some bad behaviour when use SubWCRev utility.
> This utility not understand blank in path :(
>
> For example:
>
> I have some solution in:
> "C:\Andrey\Visual Studio Projects\APRWS\"
> copy SubWCRev.exe to soulution root and create in Visual Studio file
> PreBuildEvent.bat, where
> have next line
>
> $(SolutionDir)SubWCRev.exe $(SolutionDir)
> $(ProjectDir)src/Application/ApplicationInfo.template.cs
> $(ProjectDir)src/Application/ApplicationInfo.cs
>
> and all time a have failed on pre build step!!!
>
> If I copy solution to path without blank all work fine for me.
>
> I try bypass this issue with quotation mark like
> "$(SolutionDir)SubWCRev.exe", but utility not know about quotation.

Try
"$(SolutionDir)SubWCRev.exe" "$(ProjectDir)src..."

This is not a bug in SubWCRev but a problem on how you pass the paths.
SubWCRev understands paths enclosed in quotation marks very well.

And don't mail me directly. That's what the mailing list is for.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Oct 27 18:57:43 2004

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.