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

Re: Moving svn repository server without svnadmin

From: Jochen Garcke <garcke_at_math.tu-berlin.de>
Date: 2007-02-02 12:04:37 CET

Ryan Schmidt schrieb:
> On Feb 1, 2007, at 10:18, Jochen Garcke wrote:
>
>> I recently changed my workplace and I would like to move my old
>> repository to a repository server at my new workplace.
>>
>> I know I could do this with svnadmin dump/load if I would have root
>> access on both servers. Which I don't.
>>
>> Can I somehow move the contents of my old repository including the
>> history to the new one without svnadmin ?
>
> You don't need root access on the old server to dump the repo. You only
> need read access to the repo. Granted, that may only be possible for a
> limited user, such as the apache user or the svn user, depending on how
> your old repository is served.
>
> However, you would need that same level of access to be able to get a
> copy of the entire repository from the old server.
>
> Someone suggested you could just tar up the old repo and move it to the
> new server. That will work, provided the new server has at least as new

[...]

>
> If you want to access the new repo via Apache, then probably an admin
> will need to set all that up, if you do not have admin access to the new
> server yourself.

Thanks all for the answers.

Maybe clarify a bit.

There is a setup at my new place with a server with subversion and
apache which I intend to use, but I don't have access to that, just user
access to "my" repo on that server. Just having a local copy on my
machine (which I could get using using the dump form the old server
(where I had admin access) and load that on my new machine) and using
that would not really work since I am out of office a fair bit and need
to access the repo over the net.

So it seems that with user tools an import with the history is not
doable. The way to do it would be asking an admin to load my dump into
the new repo using svnadmin.

Thanks,
Jochen

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 2 12:05:17 2007

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.