Bug in dump/restore...
From: Michael Sinz <Michael.Sinz_at_sinz.org>
Date: 2007-02-03 17:45:49 CET
I just ran into this problem and have not looked further than there is a problem.
In the development of Insurrection, I put together a repository with some test
This includes file names with various characters in them that are not "normal"
This repository can be seen at http://svn.sinz.com/svn/example/
The problem is that I was going to use that in testing some code on my local
There is what I did:
In a fresh/cleanly built Subversion 1.4.3 setup, I used svnadmin dump to
$ svnadmin dump repositories/example >example.dump
The dump part claimed to be successful, doing all 36 revisions.
The load failed on revision #9 - where some of the special case file names
Output (trimmed) is:
* adding path : trunk/tests/TestCase-~-/test.txt ... done.
You can see this at: http://svn.sinz.com/svn/example/trunk/tests/TestCase-%7F-/
It seems that this character sequence (0x7F) is not escaped correctly in the
Note that the repository does correctly check out (svn co) for any revision on
I have the example.dump file available at http://svn.sinz.com/example.dump.gz
Trying to load that into a repository reproduces the problem nicely...
Good thing I use FSFS and do the backups via filesystem snapshots.
-- Michael Sinz Technology and Engineering Director/Consultant "Starting Startups" mailto:michael.sinz@sinz.org My place on the web http://www.sinz.org/Michael.Sinz --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Feb 3 17:46:43 2007 |
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.