Re: svn client under cygwin
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2003-08-11 04:03:58 CEST
Yanghui Bian wrote:
Something in the code, yes, but not necessarily a problem in the code. I think this is the explanation:
When you type "svn status", Subversion generates the pathnames using the separator that is most appropriate for the OS for which it is built, thus using a backslash because it was built for Windows.
When you type "svn add */*", the Bash shell expands the command line to (something like) "svn add cfg/httpd.conf cfg/.bashrc" and then Subversion's warning message just repeats the string that it was given, thus using a normal (forward) slash.
- Julian
>>Yanghui Bian wrote:
---------------------------------------------------------------------
|
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.