Re: [Sablevm-developer] suggestion: sablevm developer doc
Brought to you by:
egagnon
From: Prof. E. M. G. <eti...@uq...> - 2003-03-18 00:24:34
|
On Mon, Mar 17, 2003 at 03:53:20PM -0500, Chris Pickett wrote: > How about . . . we just have a development branch and the main trunk. > Anyone can hack away on the development branch (obviously trying not to > break things), and then once in a while Etienne merges changes into the > main trunk. Or some other such multi-developer version control idiom. The problem, with CVS, is that when you add something new on a branch, it is considered as head and thus shows up in the main trunk and in the Changelog. Branches *are* badly broken in CVS. This is why I usually use PRCS, but unfortunately it doesn't support remote opertions and isn't supported by SourceForge. Has anyone investigated the newer Subversion free project replacement for CVS? Does it support branches as well as PRCS? Etienne -- Etienne M. Gagnon, Ph.D. http://www.info.uqam.ca/~egagnon/ SableVM: http://www.sablevm.org/ SableCC: http://www.sablecc.org/ |