It sounds possible, if the filesystem used for the repo is common and
supported by both the clients. Why not just try it out and see if it
works? If you can copy the repo to your laptop and check out from it
using Tortoise no problem, then I believe it should work.

Otherwise if you use back the original method, when you are done with
your laptop you will have to check out the latest copy from both
repos, then merge the laptop's copy into the server copy and commit it
to the server. You will lose all the intermediate revisions with this
method though.

On 3/15/08, Edwin Lee <[EMAIL PROTECTED]> wrote:
> Hi all,
>
>  Thanks for all your suggestions.
>
>  Just wondering, would the following work:
>
>  Now i have my SVN repository on my desktop (e.g. /path/to/svnrepo)
>
>  Then, when i need to take to the road with the laptop, i just copy the
>  whole directory to the laptop, and have it recognise it as an SVN
>  repository, and update/checkin from/to there. Then when i get back home,
>  copy the whole repo directory back to the desktop (back to
>  /path/to/svnrepo).
>
>  That sounds very naive i know, but would that work?
>
>
>  Thanks and Regards,
>
> Edwin
>
>
>
>
>  Michael Clark wrote:
>  > 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

Reply via email to