problem splitting a repository
From: Jim Alateras <jima_at_bigpond.net.au>
Date: 2006-02-03 06:24:45 CET
Hi,
I am new to subversion and need to some help to reorg my repository.
Currently, I have the following layout
repo/
but want to move to the following layout
repo/
After reading the redbook and looking over the mail archives I tried the
1. 'svnadmin dump repo' > repo.backup.svn to back up the current repository
2. I then created a new repository using 'svnadmin create repo-new'
3. I then executed 'svnadmin create repo-new/projectX' for each project
4. I then used svndumpfilter to extract a project from the repository
5. Next I use 'sed' to modify the Node-path elements. The sed search and
6. Finally I try and load it into the new repository using 'svnadmin
<<< Started new transaction, based on original revision 378
Any ideas?
cheers
---------------------------------------------------------------------
|
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.