Re: How to move my code to another SVN repo
From: Ryan Schmidt <subversion-2011a_at_ryandesign.com>
Date: Wed, 6 Apr 2011 10:22:16 -0500
On Apr 6, 2011, at 01:28, richardcavell_at_mail.com wrote:
> I'm developing an open source Wikipedia bot. Currently it's hosted on an SVN repo that's on a guy's private computer. We'll say it's at blah.com. I don't control that computer and cannot log into it, although I do have commit rights. Now that my code is good enough to post publicly, I want to host it on the SourceForge SVN repo instead of this guy's private computer. Sourceforge says that the SVN repo (which is currently empty) can be checked out using this command:
Yes, you should be able to do that. You may need to first svnsync the current repository to a temporary repository on your local machine, then svnsync that temporary repository to SourceForge. Or you may be able to do it directly in one step. I don't remember exactly what steps I had to do when I migrated one of my repositories to Google Code a couple years ago.
|
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.