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

Re: Can I have mirrored subversion servers?

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-03-13 22:47:59 CET

On Mar 13, 2007, at 16:16, Edward Harvey wrote:

> If I can, I would like to have a svn server at location A, and another
> svn server at location B. They should both contain the same
> repositories, and all the changes should propagate everywhere.
>
> The reasoning behind it is - A user at location A wants to
> update&commit
> files at LAN speed, and a user at location B wants to use the same
> repository, also at LAN speed. Let the users experience LAN speed,
> and
> let the server propagate the changes at WAN speeds.
>
> I don't see anything written anywhere saying I can do this... But
> then
> again the subversion book is down right now so I haven't been able to
> look there.
>
> Is it possible?

No, not possible.

New with Subversion 1.4 is the svnsync program, which lets you create
a read-only mirror of a repository. However that cannot be extended
to having multiple read-write repositories as you want.

You could consider SVK, which is based on Subversion and may do what
you want:

http://svk.bestpractical.com/

You could also look into WANdisco, which looks like it would almost
certainly do what you want, but it is a commercial product):

http://www.wandisco.com/

I have never used WANdisco and am not affiliated with them, I just
heard it mentioned on the list before.

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 13 22:48:24 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.