svndump filter: How to pretend files were added to trunk
From: Mathieu Malaterre <mathieu.malaterre_at_gmail.com>
Date: Wed, 13 Oct 2010 15:24:23 +0200
Hi there !
I am trying to cleanup my SVN history. Back in the beginning of the
cat initial.dump | sed -e 's,^Node-path: Applications,Node-path:
Since trunk directory did not exist I tried doing:
svnadmin create clean
However it fails with:
svnadmin: File not found: transaction '835-n7', path 'trunk/Applications'
Now if do:
svnadmin create clean
It fails with:
svnadmin: File already exists: filesystem 'clean/db', transaction
Am I missing something ? Is there a tool to re-root a bunch of
Thanks !
-- MathieuReceived on 2010-10-13 15:25:26 CEST |
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.