Re: SVN 1.35 backslash in tag name.
From: Simon Large <simon.tortoisesvn_at_googlemail.com>
Date: 2007-07-03 18:17:57 CEST
On 03/07/07, Andy Levy <andy.levy@gmail.com> wrote:
As it happens, I have an old svn 1.3.0 installed here (I rarely use the CLI).
C:\temp>mkdir fred
C:\temp>svnadmin create fred
C:\temp>svn mkdir file:///temp/fred/tags -m "create tags"
Committed revision 1.
C:\temp>svn mkdir file:///temp/fred/tags/code -m "create tags/code"
Committed revision 2.
C:\temp>svn mkdir file:///temp/fred/tags/code/test%5c0.3.1 -m "create bad name"
Committed revision 3.
C:\temp>svn rm file:///temp/fred/tags/code/test%5c0.3.1 -m "delete bad name"
Committed revision 4.
So in Windows with 1.3.0 it all seems to work as expected. Looks like
Or you have the wrong URL - maybe something is entered in the wrong case?
Try svn ls -R https://142.8.7.6/svn_repository/tags/Core/r1/
Simon
-- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest Interface to (Sub)Version Control /_/ \_\ http://tortoisesvn.net --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org For additional commands, e-mail: users-help@tortoisesvn.tigris.orgReceived on Tue Jul 3 18:17:44 2007 |
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.