[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: Oren Eini (Murphy & Associates) <v-orene_at_microsoft.com>
Date: Thu, 26 Jun 2008 20:57:10 -0700

I don't have administrator support, just the HTTP access.
History is important there.

________________________________________
From: Ryan Schmidt [subversion-2008b_at_ryandesign.com]
Sent: Thursday, June 26, 2008 12:39 PM
To: Oren Eini (Murphy & Associates)
Cc: users_at_subversion.tigris.org
Subject: Re: Remote loading into repository

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-27 05:58:12 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.