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

Re: Transfer between repositories without admin

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: Tue, 8 Jan 2008 16:43:48 -0600

On Jan 8, 2008, at 15:36, Volker Poplawski wrote:

> Is there a way to transfer a directory from one repository to
> another keeping
> history without admin-rights? i.e. without file-access to the
> target rep.
>
> I basically want to do the same as dump/load does but restricted
> to urls.

No. You will need to svnadmin dump the one repository, svndumpfilter
to get just the part you want, then svnadmin load into the other
repository. You will need direct filesystem access to both
repositories to do this.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-08 23:44:48 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.