Move Project Off Of Google Code?

I was wondering how to move an SVN I have on google code onto here while retaining all revision history?
I use Tortoise SVN if that is of any use?
I imagine that the SVN client would load all the history off and then rewrite it onto the new SVN, but I have no idea if this is possible or how?

Forum Topic Options

Feeds

Forum Topic and Comments

rs on Thu 05 Jul, 2012

You can use svnrdump to do this:

http://svnbook.red-bean.com/en/1.7/svn.ref.svnrdump.c.dump.html

So, you would do something like (replace the URL with your own Google Code project URL):

svnrdump dump http://project.googlecode.com/svn/ > project-svn.dump

Then you can upload that Subversion dump file (project-svn.dump) to any new XP-Dev.com Subversion repository

 

rs on Thu 05 Jul, 2012

Are you trying to push it to a Git repository hosted on XP-Dev.com ?

 

You do not have sufficient permissions to comment

11 years ago
rs picture
rs picture

Comment: You can use @svnrdump@ to do this: http://svnbook.red-bean.com/en/1.7/svn.ref.svnrdump.c.dump.html So, you would do something like (replace the URL with your own Google Code project URL): @svnrdump http://project.googlecode.com/svn/ > project-svn.dump@ Then you can upload that Subversion dump file (@project-svn.dump@) to any new XP-Dev.com Subversion repositoryYou can use @svnrdump@ to do this: http://svnbook.red-bean.com/en/1.7/svn.ref.svnrdump.c.dump.html So, you would do something like (replace the URL with your own Google Code project URL): @svnrdump dump http://project.googlecode.com/svn/ > project-svn.dump@ Then you can upload that Subversion dump file (@project-svn.dump@) to any new XP-Dev.com Subversion repository

rs picture

View View full history