From: Andre P. <at...@us...> - 2004-05-20 02:17:14
|
Update of /cvsroot/hoc/hoc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25756 Modified Files: BUILDING.CVS Log Message: Added blurb on cvsps Index: BUILDING.CVS =================================================================== RCS file: /cvsroot/hoc/hoc/BUILDING.CVS,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- BUILDING.CVS 12 May 2004 05:43:58 -0000 1.1 +++ BUILDING.CVS 20 May 2004 02:17:05 -0000 1.2 @@ -18,3 +18,17 @@ 3. Build HOC as usual with ./configure && make && make install. + +cvsps +===== + +While we'd love to use a more modern revision control system such as +darcs, Subversion or GNU arch, Sourceforge "only" provides a CVS server, +so we're using that. For people who are used to more modern revision +control systems and miss working with 'patchsets' instead of the disjoint +per-file patches that CVS uses, take a look at cvsps +<http://www.cobite.com/cvsps/>, a patchset manager for CVS. While it +doesn't, by any means, give you the many advantages that more modern +source control systems offer you, it certainly makes using CVS and +managing patches far easier! + |