You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Mark Farnell <ma...@gmail.com> on 2008/12/30 00:59:19 UTC

transferring a repository to a new repository which I have no admin access to

Hi

I have a local subversion root (source_svn) and I want it to be
transferred to a remote destination empty repository (dest_svn) which
I have no admin access to.

I have already created a dump by:

svnadmin dump source_svn > source_dump

from my understanding, the dump contains info about each commit from revision 0.

Without admin access (I can't ssh to the remote machine containing to
dest_svn), how can I "replay" the each commit of my source_svn to the
destination?

Thanks!

Mark

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=995381

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: transferring a repository to a new repository which I have no admin access to

Posted by Ryan Schmidt <ti...@ryandesign.com>.
On Dec 29, 2008, at 18:59, Mark Farnell wrote:

> I have a local subversion root (source_svn) and I want it to be
> transferred to a remote destination empty repository (dest_svn) which
> I have no admin access to.
>
> I have already created a dump by:
>
> svnadmin dump source_svn > source_dump
>
> from my understanding, the dump contains info about each commit  
> from revision 0.
>
> Without admin access (I can't ssh to the remote machine containing to
> dest_svn), how can I "replay" the each commit of my source_svn to the
> destination?

Since the remote repository is empty, you can use svnsync to replay  
the revisions from your local repository to the remote one.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1061391

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].