svn proxy settings
Incase you get below mentioned error and you need to use a proxy to access your source repository using svn
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)
then edit "servers" file and set http proxy host and port with appropriate values. This file will be present in your home
directory
~/.subversion/servers
http-proxy-host = xxx.xxx.xxx.com
http-proxy-port = 8080
Great!!!
Thanks a lot!!!
It's so easy but I spent a lot of time to set it!!!
Thanks a lot again!
Posted by Antenore on November 21, 2008 at 05:54 PM IST #
you will have to add user-id and password also in servers file.
Posted by ananth on December 02, 2008 at 05:59 PM IST #
also this:
svn: PROPFIND request failed on '/svn/fch/idis-migration/trunk'
svn: PROPFIND of '/svn/fch/idis-migration/trunk': Could not resolve hostname `svn.onemodel.org': Temporary failure in name resolution (http://svn.onemodel.org)
Posted by roger on March 07, 2009 at 02:29 AM IST #
Thank you... I found this information very useful...
Posted by Kishore A on March 22, 2009 at 09:32 AM IST #
I have problem in SVN proxy:
~/.subversion/servers
bash: /root/.subversion/servers: Permission denied
please help me!
thanks
Posted by sama on August 13, 2009 at 11:39 AM IST #
what's your full output from running it?
Posted by roger on August 13, 2009 at 03:48 PM IST #
chmod u+r /root/.subversion/servers
?
Posted by roger on October 16, 2009 at 09:44 PM IST #