Hi all you smart guys,
I'm trying to checkout code from your repository using the command: svn checkout https://svn.codehaus.org/mojo/tags/maven-native-1.0-alpha-2/native-maven -plugin I'm running a Windows machine on a network that uses a proxy server, so I'm trying to follow your online instructions on "Access through a proxy" My "servers" configuration file is set as follows: [global] #http-proxy-exceptions = *.exception.com, www.internal-site.org http-proxy-host = http://proxy3.lmco.com http-proxy-port = 8080 #http-proxy-username = myUserName #http-proxy-password = myPassword #http-compression = no # No http-timeout, so just use the builtin default. # No neon-debug-mask, so neon debugging is disabled. #ssl-authority-files = /path/to/CAcert.pem;/path/to/CAcert2.pem The error I'm running into is as follows: svn: PROPFIND request failed on 'mojo/tags/maven-native-1.0-alpha-2/native-maven-plugin' svn: PROPFIND of 'mojo/tags/maven-native-1.0-alpha-2/native-maven-plugin': Could not resolve hostname 'http://proxy3.lmco.com': The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for. https://svn.codehaus.org <https://svn.codehaus.org/> The proxy above works fine for web browsing. Anyone run into this problem before? Thanks, James
