sequence "/@" in file path - Subversion bug?
From: Marián Petráš <Marian.Petras_at_Sun.COM>
Date: Mon, 18 May 2009 17:04:11 +0200
Hello,
I have a problem trying to commit files whose names start with an at
$ svn add "dir/@File.txt"
- note the missing slash in the Subversion output
$ svn add "dir/@File.txt@"
- the slash has been preserved but the trailing at sign was not
For 'svn add', there is an easy workaround:
$ cd dir
This workaround is sufficient for 'svn add' because I can add the files
But I cannot use the work-around for 'svn commit' if I want to commit
The only working workaround I have found so far is using changelists.
Marián Petráš
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.