Hi, I can recommend you some decetralized VCS over CVS/Subversion. I prefer Bazaar - http://bazaar-vcs.org/ - but there are others (Mercurial, GIT, Darcs...)
Bazaar vs Subversion: http://jam-bazaar.blogspot.com/2007/10/bazaar-vs-subversion.html Bazaar workflows: http://bazaar-vcs.org/Workflows#head-8b6348176ddc592bc64a124bd917e88569615def 1. You don't need to configure/maintain "central" server 2. You can work disconnected - you can have unlimited "branches" stored locally on your computer (stable, development) 3. You can publish you branch to FTP/FTPS server Ladislav On Tue, Jun 24, 2008 at 4:26 PM, Jonny Prouty <dormat at gmail.com> wrote: > Hello All, > > I have recently begun experimenting with using Subversion to manage my > Therion data. I'm curious whether anyone else has done this and if you have > any specific advice? So far it works great, but I haven't really put it > through its paces. > > -Jonny ^v^ > > _______________________________________________ > Therion mailing list > Therion at speleo.sk > http://www.speleo.sk/mailman/listinfo/therion > >
