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

Re: Remote loading into repository

From: Ryan Schmidt <subversion-2008b_at_ryandesign.com>
Date: Thu, 26 Jun 2008 14:39:19 -0500

On Jun 26, 2008, at 11:35, Oren Eini (Murphy & Associates) wrote:

> I have the following situation:
> Src repository on my machine.
> Remote repository on another machine, which I don't have local
> access to.
> I need to copy my local repository to a folder on the remote one,
> hopefully with history.
> This is an existing repository, so svnsync is not applicable.
> Any ideas?

"svnadmin dump" your repository.
Send the dumpfile to the administrator of the remote repository.
Have them "svnadmin load" it into their repository.

If the history is expendable, then you don't need the remote
administrator's assistance, and you can just "svn export" from your
repository and "svn import" into theirs. This will also lose any svn
properties however.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-26 21:39:40 CEST

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.