SVN error
-
Hello,
i don’t know if i’m too tired today but i keep having error with svn.[CODE]root@fog0210012z:~# svn checkout svn://svn.code.sf.net/p/freeghost/code/trunk
svn: E000110: Unable to connect to a repository at URL ‘svn://svn.code.sf.net/p/freeghost/code/trunk’
svn: E000110: Impossible de se connecter à l’hôte ‘svn.code.sf.net’: Connexion terminée par expiration du délai d’attente[/CODE][CODE]root@fog0210012z:/home/adminfog# svn checkout https://svn.code.sf.net/p/freeghost/code/trunk
svn: E175002: Unable to connect to a repository at URL ‘https://svn.code.sf.net/p/freeghost/code/trunk’
svn: E175002: Unexpected HTTP status 405 ‘Not Allowed’ on ‘/p/freeghost/code/trunk’
svn: E175002: Additional errors:
svn: E175002: Échec de la requête OPTIONS sur ‘/p/freeghost/code/trunk’ : 405 Not Allowed[/CODE]So i tried to ping the host but it reply fine.
[CODE]root@fog0210012z:~# ping svn.code.sf.net
PING svn.code.sf.net (216.34.181.157) 56(84) bytes of data.
64 bytes from svn.code.sf.net (216.34.181.157): icmp_seq=1 ttl=234 time=147 ms
64 bytes from svn.code.sf.net (216.34.181.157): icmp_seq=2 ttl=234 time=138 ms[/CODE] -
Can you try:
[code]svn co https://svn.code.sf.net/p/freeghost/code/trunk[/code] -
Same with co.
When i first tried https it it has request to validate a certificate so i said “remember”.
I had never had this message before so maybe this is link.[CODE]root@fog0210012z:~# svn co https://svn.code.sf.net/p/freeghost/code/trunk
svn: E175002: Unable to connect to a repository at URL ‘https://svn.code.sf.net/p/freeghost/code/trunk’
svn: E175002: Unexpected HTTP status 405 ‘Not Allowed’ on ‘/p/freeghost/code/trunk’svn: E175002: Additional errors:
svn: E175002: Échec de la requête OPTIONS sur ‘/p/freeghost/code/trunk’ : 405 Not Allowed
[/CODE] -
you could try
[code]svn co http://svn.code.sf.net/p/freeghost/code/trunk[/code] -
Here is what i have with http
[CODE]
root@fog0210012z:~# svn checkout http://svn.code.sf.net/p/freeghost/code/trunk
Erreur de segmentation (core dumped)
[/CODE] -
Does your ~ folder already have trunk?
[code]cd trunk; svn update[/code]
-
I don’t have trunk directory.
Making it doesn’t change anything if this would have been your next idea.[CODE]root@fog0210012z:~# ll
total 24
drwx------ 3 root root 4096 juil. 10 13:36 ./
drwxr-xr-x 22 root root 4096 juil. 10 09:58 …/
-rw------- 1 root root 1422 juil. 10 13:25 .bash_history
-rw-r–r-- 1 root root 3106 févr. 20 03:43 .bashrc
-rw-r–r-- 1 root root 140 févr. 20 03:43 .profile
drwxr-xr-x 3 root root 4096 juil. 10 13:28 .subversion/
root@fog0210012z:~# svn update
‘.’ omis
Résumé des conflits :
Skipped paths: 1
root@fog0210012z:~#
[/CODE] -
making it wouldn’t have mattered.
Have you used this system to install fog through svn in the past?
-
I always used this way many time and once again last week and never had that certificate request or any error.
I find out that it was a proxy problem but I don’t know what they made different here on the proxy…
I uncommented and edited in “/root/.subvertion/servers” the following lines :[QUOTE]http-proxy-host = 10.121.0.1
http-proxy-port = 3128
http-proxy-username = lyc-liegeard.fr\administrateur
http-proxy-password = **********[/QUOTE]