You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by solo turn <so...@yahoo.com> on 2002/08/05 15:10:31 UTC

synchronizing 2 svn repositories

hi!

is it somehow possible to synchronize 2 svn
repositories? i read that it might work with "svn cp",
but it is not obvious to me how to do it ...

can you have:
- wc1, from rep1
- wc2, from rep2
and somehow do a svn cp wc1 wc2?

kr, ford.

__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: synchronizing 2 svn repositories

Posted by Ben Collins-Sussman <su...@collab.net>.
brane@xbc.nu writes:

> solo turn wrote:
> 
> >hi!
> >
> >is it somehow possible to synchronize 2 svn
> >repositories? i read that it might work with "svn cp",
> >
> Where id you read this?
> 
> >but it is not obvious to me how to do it ...
> >
> >can you have:
> >- wc1, from rep1
> >- wc2, from rep2
> >and somehow do a svn cp wc1 wc2?
> >
> 
> No. Subversion doesn't support inter-repository operations, and will
> not before 1.0.

Actually, rumor has it that Ben Collins (the debian guy, not me) is
achieving "poor man's" replication by doing an 'svnadmin dump' in a
post-commit hook script, and then later moving the change to another
repository via 'svnadmin load'.  Maybe he can speak more about this.
:-)



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: synchronizing 2 svn repositories

Posted by br...@xbc.nu.
solo turn wrote:

>hi!
>
>is it somehow possible to synchronize 2 svn
>repositories? i read that it might work with "svn cp",
>
Where id you read this?

>but it is not obvious to me how to do it ...
>
>can you have:
>- wc1, from rep1
>- wc2, from rep2
>and somehow do a svn cp wc1 wc2?
>  
>

No. Subversion doesn't support inter-repository operations, and will not 
before 1.0.


-- 
Brane Čibej   <br...@xbc.nu>   http://www.xbc.nu/brane/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org