Re: Minor bug: Checkout doesn't accept forward slashes in the checkout directory path
From: Brad Stiles <bradstiles_at_bellsouth.net>
Date: Mon, 07 Jan 2008 17:32:23 +0000
> This is triggered by a / in the path (and goes away if I use a \ instead), but
Note that the forward slash is *not* a one for one analog to backslash in DOS/Win. For instance, 'cd /' will not change to the root directory, and 'cd /temp' will look for a directory named 'temp' in the current directory, rather than the root. In addition, if a command takes switches, a forward slash might be interpreted as starting one of those.
Whether or not those restrictions apply to the paths used in TSVN, I don't know.
All that said, it would be nice if TSVN translated forward slashes into back slashes for paths, since the '/' character isn't valid in a file name, for just the reason stated.
Brad
---------------------------------------------------------------------
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.