Re: Multiple remote repositories?
From: Files <files_at_poetryunlimited.com>
Date: 2003-11-10 20:56:05 CET
Actually, subversion is heavily optmized for this.
All development paths/tags/branches are directories.
Every copy of a development barnch is a cheap copy. (Copy on write as opposed
Merge across from one directory to the other. Switch from one development
I would recommend you look at te subversion book. It highlights a lot of this.
Do the repositories need to be hosted in a distributed fashion?
If they're centralized, subversion is awesome for it.
If they're not centralized, you can use tools that are being built to handle
My 2c. Stick w/ subversion. You'll never look back. lol :)
-- Shamim Islam BA BS Mike Ladwig said: > Hi. > > I use cvs on several projects, and one of them needs to migrate to a different > usage scenario and I am looking into other scm tools (arch and subversion) > to see which fits my needs best. > > I would much prefer to use subversion because it has so little learning curve > relative to CVS. However, my project is splitting into three parts. The > first part is at the top where the core technology will be maintained. Then > there are two subprojects each needing to maintain their own trees and > periodically push changes up and pull changes down from the core tree. > > I've seen little hints that subversion does this (svn-push and svn::mirror) > but have seen very little discussion of people actually using these > extensions(?). Arch seems optimized for this scenario but has lots of > annoying differences and peculiarities that make me less than eager to use > it. > > Can anyone offer experiences, or pointers to documentation/discussion about > this style of using subversion that I've missed? > > Thanks, > mike. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org > For additional commands, e-mail: users-help@subversion.tigris.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Mon Nov 10 20:56:59 2003 |
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.