Re: User Error: Imported into the wrong repository
From: Josh Blair <josh.blair_at_gmail.com>
Date: 2007-06-22 16:19:32 CEST
Nathan,
Thanks for the tip, that all worked.
I have a related question:
What if this happened and others committed after my erroneous import? Could
Thanks,
-- Josh Blair Golden, CO On 6/21/07, Nathan Fiedler <nathanfiedler@gmail.com> wrote: > > I'm no Subversion expert, but one possible solution would be to dump and > load the repository. At least that's what the FAQ says: > > http://subversion.tigris.org/faq.html#removal > > 1. Backup everything. > 2. svnadmin dump path/to/repos -r 1:63 > dump.out > 3. svnadmin create newrepos > 4. svnadmin load newrepos < dump.out > > That syntax may not be quite right for Windows, but I don't have a Windows > machine on which to try this. Ultimately, you can rename newrepos to the > desired name and remove the old one. > > Good luck. > > n > >Received on Fri Jun 22 16:19:31 2007 |
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.