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

Re: cygwin and \ or /

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-05-23 03:53:50 CEST

solo turn wrote:

>for command line usage out of cygwin it is not very practical that
>svn uses \ as directory separator and expects / on the command line.
>you cannot copy the path any more.
>
>can i somehow configure svn to use / in the output of "svn st", or
>"svn up" so i could use copy-paste again?
>
Yes. You can edit svn_private_config.hw -- define
SVN_LOCAL_PATH_SEPARATOR to '/' and recompile.

Or, of course, if you're using cygwin, you can enclose the paths in
single quites -- e.g., 'C:\foo' instead of C:\foo. That'll just work.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 23 03:54:13 2003

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

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