Work with a local copy of the "master" SVN repo
Posted
by Werner
on Stack Overflow
See other posts from Stack Overflow
or by Werner
Published on 2010-03-13T10:15:52Z
Indexed on
2010/03/13
10:25 UTC
Read the original article
Hit count: 292
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
© Stack Overflow or respective owner