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

Re: Sharing files between repositories

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-12-08 22:15:17 CET

On Dec 8, 2006, at 06:19, Hari Sekhon wrote:

> i have a subversion repository at work and also one at home. The
> things I do
> at home and at work usually coincide since I never seem to stop
> working so
> I'd like to share some of my work between the two and keep files in
> both
> repositories. This is also good from an off site backup perspective.
>
> I'd ideally like to be able to check in something and for it to go
> to both
> repositories at the same time, but failing that it would be
> sufficient to
> just be able to sync the 2 often. Bearig in mind that one repo will
> also
> have some stuff I don't want in the other and vice versa...
>
> Thinking of the offsite replication point of view. This is an
> excellent
> thing to do so I'm hoping I'm not the first person to have thought
> this and
> something has been done to accomodate it.
>
> Does anybody know if this can be done and if so how I could go about
> implementing it?

Subversion doesn't offer this. As of Subversion 1.4 there's a new
thing called svnsync, but that's only for making read-only copies of
a repository; you want both repositories to be writeable and svnsync
doesn't support that.

You may want to look into svk, which is based on Subversion and is
designed for distributed repositories. It may support the model
you're looking for.

http://svk.bestpractical.com/

-- 
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 Fri Dec 8 22:16:02 2006

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.