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

Re: best recommended procedure?

From: <kfogel_at_collab.net>
Date: 2004-08-28 03:05:48 CEST

Ben Collins-Sussman <sussman@collab.net> writes:
> > Can Subversion create a branch in my local server that is bonded to
> > the trunk in theirs?
> > if so, can someone point me in the right direction,
> > if not, I will appreciate to hear any recommendation.
>
> Subversion is a centralized system -- only one repository.
>
> You sound like a perfect candidate for a decentralized system, where
> everyone has private repositories. Try svk (http://svk.elixus.org),
> which is a such a system, built on top of Subversion. You might also
> want to look at the "Arch" vc system.

You might also want to look at contrib/client-side/svn_load_dirs.pl in
Subversion. I believe it gives you some of the functionality of CVS's
vendor branches, which is more or less what you want here. You would
maintain your own Subversion repository containing a copy of their
sources, and use svn_load_dirs.pl to sync it against their stuff.

I've never used it myself, by the way, so this is all hearsay.

Good luck,
-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Aug 28 04:45:18 2004

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.