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

Re: svn copy between 2 repos

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sun, 11 Mar 2012 23:40:58 +0200

Nico Kadel-Garcia wrote on Sun, Mar 11, 2012 at 11:14:41 -0400:
> On Sun, Mar 11, 2012 at 7:10 AM, dhanushka ranasinghe <
> parakrama1282_at_gmail.com> wrote:
>
> > Is it possible to run svn copy between two repositorys
> >
> > Thanks
> > Dhanushka
> >
> Nope. If you want to bring along the history of a file or directory, you
> might be able to do an "svnadmin dump" on one repository and an "svnadmin
> load" on the other, but it's potentially quite hairy and I wouldn't
> recommend it.

'svn merge' does work between different repositories (with some
limitations, such as no merge tracking).

This may be useful somehow (not only in the direct 'merge of addition'
use case).
Received on 2012-03-11 22:41:43 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.