On 6/14/07, Rahul <rahul8024@yahoo.com> wrote:
> Hi,
> I want to migrate an existing repository which is there on
> svn://protocol to http:// with all its revision intact. dont want to change
> anything expect the portocol and the server. I have a setu for http://
> already which is running for other repositories which are created from
> scratch but this one needs to be migrated
> Can some one help me or even let me know some relevant doc so that i can
> proceed with it
Have a look in "Version Control with Subversion" [1] at the svnadmin
commands dump [2] and load [3].
If you are using svn:externals to refer *to* the repository you are
migrating, you'll want to rewrite those as well. 'revisionist' [4], a
small python library I wrote, can help there.
[1] http://svnbook.red-bean.com/
[2] http://svnbook.red-bean.com/nightly/en/svn.ref.svnadmin.c.dump.html
[3] http://svnbook.red-bean.com/nightly/en/svn.ref.svnadmin.c.load.html
[4] <http://cheeseshop.python.org/pypi?%3Aaction=search&term=revisionist&submit=search>
HTH
// Ben
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 14 10:04:35 2007