I checked out while in the office, using the local IP of the svn server. Now I'm in another country, and can tunnel into the svn server, but how to commit?
eg
While in office: svn co 192.168.0.12//path/to/repos/project1
While in another country: svn commit ...but does not work (of course).
I've set up a svn tunnel, and have no trouble doing svn list, and even svn checkout, but I do not want to checkout a whole new tree and then figure out how to copy all my changes from my office checkout to the traveling checkout.
Regards,
Aleksander
Last updated