PDA

View Full Version : SVN problems


shivandeveloper
05-16-2006, 12:43 PM
So, it's probably my wierd firewall at work. I tried:

svn checkout http://svn.berlios.de/svnroot/repos/koala-config/trunk

Only to remeber that I have a proxy that only works with NTLM authentication. Well, never fear, I have my own proxy that will reroute and do the authenticating for me, but anyone know how to alter the above command to use a proxy URL:port?

danieldk
05-16-2006, 01:02 PM
http://subversion.tigris.org/faq.html#proxy

There are also some good instructions in ~/.subversion/servers (this should have been created during the subversion run I think).