Work with a local copy of the "master" SVN repo
- by Werner
Hi,
at work, we have a SVN repo, which we access to thorugh http, like:
svn co http://user@machine/PATH
even at work and for some misterious reasons, teh connections between local machines and the repo machine are very slow, but the connection between home and work is almost impossible.
I wonder if I could do somethin like:
1- get a copy of the "master" SVN repo to my local machine
2- each time i make modifications etc, use
svn co http://user@MYLOCALmachine/PATH
instead of
svn co http://user@machine/PATH
3- when I am back at work, "merge" somehow all the modifications in my local repo to the master one.
Sorry, I am ewally new to SVN, any hint would be appreciated.
Thanks