Friday, 1 February 2008

Email 01/02/08

Just to reiterate if your on windows you need to edit your server file at %appdata%\subversion\config\servers with the info below and if you get a error in netbeans about the server certificate not being trusted you need first go to the command line and issue any command with svn like:

svn info https://gvps-project.googlecode.com/svn/trunk/

and accept the certificate and then copy the subversion\auth\svn.ssl.server folder to replace c:\Documents and Settings\Stu\.netbeans\6.0\config\svn\config\auth\svn.ssl.server

If you need more help with the svn just give me a e-mail back and I'll try and help.

Stu

Dans original info:

(The common problem that I had was connecting behind proxy but Stu solved this solution is (if your a *nix junkie to add the following lines to your config file)

~/.subversion/config/servers


[groups]
googlecode = *.googlecode.com

[googlecode]
http-proxy-host = wwwcache.lancs.ac.uk
http-proxy-port = 8080
http-timeout = 60
ssl-trust-default-ca = yes

and ensure that your IDE is also configured to work from behind the proxy as well!

No comments: