vote up 2 vote down star
1

I started a small application in my personal svn repository. It's gained enough interest that it is worth moving development to a shared group repository. Can the app (only a single file) including it's history be migrated to the group repository?

flag

1 Answer

vote up 2 vote down check

Check out 'svnadmin dump', 'svnadmin load' and 'svndumpfilter'

http://svnbook.red-bean.com/nightly/en/svn.reposadmin.maint.html#svn.reposadmin.maint.migrate

Dump the repository with the file you want to move, use svndumpfilter to filter out only the paths for that file, then load the filtered dump into the shared repository.

link|flag
thanks! I knew about svndump but had not heard of svndumpfilter. – matt wilkie Jan 21 '09 at 16:53

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.