On Fri, Mar 14, 2008 at 9:05 AM, Edwin Lee <[EMAIL PROTECTED]> wrote: > [...] > > Hence, is there a way to bring the whole SVN repo with me when i go away, > then > sync/copy it back when i return? > > [...]
You can do that if you use a distributed revision control system like git, bzr, mercurial, etc. You setup the repository on your home system, then branch/clone the repository to your laptop. Now, check-in your work on the laptop repository and when you return, just merge/pull from the desktop system to resync everything. Regards, Kam Yung -- Soh Kam Yung my Google Reader Shared links: (http://www.google.com/reader/shared/16851815156817689753) my Google Reader Shared SFAS links: (http://www.google.com/reader/shared/user/16851815156817689753/label/sfas) _______________________________________________ Slugnet mailing list [email protected] http://www.lugs.org.sg/mailman/listinfo/slugnet
