Reach the same svn repository from a LAN connection and from a external connection
Posted
by SergioP
on Stack Overflow
See other posts from Stack Overflow
or by SergioP
Published on 2010-03-28T21:27:43Z
Indexed on
2010/03/28
21:43 UTC
Read the original article
Hit count: 391
svn
I usually work with a svn repository located in my local office network. Sometimes, when I'm home, I need to connect to my office svn repository.
The problem is that, when I'm in office, to reach the svn repo I use an internal LAN IP (like 192.168.1.200), but when I'm home the IP is different, because I reach the server from an externel connection.
How can I set up svn to work from my home?
Can someone help me? Thanks.
Sergio
© Stack Overflow or respective owner