You could also look at SVK http://svk.bestpractical.com/view/HomePage
It builds distribution (similar to git, mercurial, et al) on top of subversion. Edwin Lee wrote: > Hi Gerald, > > Thanks! Yes, if the SVN repo can be entirely brought around, it would > work for me. i suppose syncing the repo back to my home desktop can be > done in similar ways? If you use plain svn, you could run the master on your laptop, and have a slave server that is periodically updated by svnsync (1) when you are connected. The disadvantage of this, is you can only have read-only checkouts from the slave server - meaning you can only commit to a checkout which is from your laptop repository. ~mc [1] http://journal.paul.querna.org/articles/2006/09/14/using-svnsync/ _______________________________________________ Slugnet mailing list [email protected] http://www.lugs.org.sg/mailman/listinfo/slugnet
