BUG: import not URL decoding paths before creating them
From: David Waite <mass_at_akuma.org>
Date: 2003-12-02 22:40:47 CET
A quick walkthrough/reproduction recipe (against a svn client built
$ svn --version
Copyright (C) 2000-2003 CollabNet.
The following repository access (RA) modules are available:
* ra_dav : Module for accessing a repository via WebDAV (DeltaV)
$ svnadmin create test
$ svn import -m "1" a\ b "file:///home/mass/tmp/test/a%20b/"
Committed revision 1.
$ svn ls file:///home/mass/tmp/test
(Note that this should be "a b")
$ rm -r a\ b
$ svn co "file:///home/mass/tmp/test/a%20b/"
$ svn co "file:///home/mass/tmp/test/a%2520b/"
$ svn mv -m "2" "file:///home/mass/tmp/test/a%2520b/"
Committed revision 3.
$ svn ls file:///home/mass/tmp/test
(Note that on ra_dav, this apparently behaved differently, and
-David Waite
---------------------------------------------------------------------
|
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.