Vamsi Pavan’s Place

When curiousity outbursts …..

svn proxy settings

December 29th, 2009 · No Comments · Tools

Proxy setup in svn always a headache when you work behind a firewall.
Following is the common proxy error we get when we try for any svn command.

svn: PROPFIND request failed on '/svn/glassfish-svn/trunk/v3/web/appserv-webtier'
svn: PROPFIND of '/svn/glassfish-svn/trunk/v3/web/appserv-webtier': Could not resolve hostname
`svn.dev.java.net': No address associated with hostname (https://svn.dev.java.net)

To avoid this, following the setup needed.
In ~/.subversion/servers file, add the following lines. Also, you need to add username/passwd based on your proxy setup.
http-proxy-host = xxx.xxx.xxx.com
http-proxy-port = 8080

Bookmark it! These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Live
  • StumbleUpon
  • BlinkList
  • YahooMyWeb
  • NewsVine
  • blogtercimlap
  • Netvouz
  • Technorati
  • Slashdot
  • Print this article!

Tags:

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

Leave a Comment