[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: Ryan Schmidt <tigris-2009_at_ryandesign.com>
Date: Tue, 27 Jan 2009 20:37:01 -0600

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_at_subversion.tigris.org].
Received on 2009-01-28 06:04:18 CET

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.