Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
all
-
None
Description
Recipe: #!/bin/sh rm -rf repos "a b" svnadmin create repos mkdir "a b" svn import -m "1" "a b" "file://`pwd`/repos/a%20b" > /dev/null echo "If you see 'a b' in this list, things are good. If you see 'a%20b'," echo "however, things are bad." svn ls file://`pwd`/repos -v