Error updating from SVN

randac56

Member
May 25, 2018
915
0
16
Hi Guys,

To fix an issue in rutorrent, i have been instructed to upgrade from the svn.

However on my seedbox, when i run the command from the shell this is what i get:

root@server:/var/www# svn co http://rutorrent.googlecode.com/svn/trunk
svn: Server sent unexpected return value (403 Forbidden) in response to OPTIONS request for 'http://rutorrent.googlecode.com/svn/trunk'
root@server:/var/www#

Using ubuntu 10.4 running on a VPS

I have a bsd machine at home and i have tried the same command and it works without any issues. Has anyone else had this issue, and if so how did you fix it?

i have also tried with a https for the url.

thanks.
 

peshua19

Member
May 25, 2018
897
0
16
It's not the svn client. Some guy had the same problem, and he was using Debian 6. I tried the same OS and same subversion, and it worked for me. The problem must be network related. You're not the only one with this problem, but unfortunately I don't know how to fix it. It seems to be all HTTP/HTTPS requests to googlecode.com aren't working. Do any of these commands work?:

Code:
wget http://code.google.com/p/rutorrent/ || echo FAILED
wget http://rutorrent.googlecode.com/files/rutorrent-3.2.tar.gz || echo FAILED
wget http://rutorrent.googlecode.com/files/plugins-3.2.tar.gz || echo FAILED
 

randac56

Member
May 25, 2018
915
0
16
Thanks Brock for the reply.

Here are the results
Code: [Select]
root@server:/var/www# wget http://code.google.com/p/rutorrent/ || echo FAILED
--2011-02-24 00:52:11-- http://code.google.com/p/rutorrent/
Resolving code.google.com... 74.125.77.102, 74.125.77.101, 74.125.77.100
Connecting to code.google.com|74.125.77.102|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2011-02-24 00:52:11 ERROR 403: Forbidden.

FAILED
root@server:/var/www# wget http://rutorrent.googlecode.com/files/rutorrent-3.2.tar.gz || echo FAILED
--2011-02-24 00:52:29-- http://rutorrent.googlecode.com/files/rutorrent-3.2.tar.gz
Resolving rutorrent.googlecode.com... 74.125.77.82
Connecting to rutorrent.googlecode.com|74.125.77.82|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2011-02-24 00:52:29 ERROR 403: Forbidden.

FAILED
root@server:/var/www# wget http://rutorrent.googlecode.com/files/plugins-3.2.tar.gz || echo FAILED
--2011-02-24 00:52:35-- http://rutorrent.googlecode.com/files/plugins-3.2.tar.gz
Resolving rutorrent.googlecode.com... 74.125.77.82
Connecting to rutorrent.googlecode.com|74.125.77.82|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2011-02-24 00:52:35 ERROR 403: Forbidden.

FAILED
root@serrver:/var/www#

Here is a ping from the server:
Code: [Select]
root@server:/var/www# ping rutorrent.googlecode.com
PING googlecode.l.google.com (74.125.77.82) 56(84) bytes of data.
64 bytes from ew-in-f82.1e100.net (74.125.77.82): icmp_seq=1 ttl=56 time=5.53 ms
64 bytes from ew-in-f82.1e100.net (74.125.77.82): icmp_seq=2 ttl=56 time=5.53 ms
64 bytes from ew-in-f82.1e100.net (74.125.77.82): icmp_seq=3 ttl=56 time=5.35 ms

--- googlecode.l.google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2001ms
rtt min/avg/max/mdev = 5.354/5.474/5.535/0.104 ms

root@server:/var/www# cat /etc/resolv.conf
nameserver 208.67.222.222
nameserver 208.67.220.220
#nameserver 8.8.8.8
#nameserver 8.8.4.4
#nameserver 4.2.2.1
root@server:/var/www#

I have tried the google dns servers, then the opendns servers, still no good.

here is from my box at home:
Code:
[root@server-01 /home]# ping rutorrent.googlecode.com
PING googlecode.l.google.com (66.102.11.82): 56 data bytes
64 bytes from 66.102.11.82: icmp_seq=0 ttl=57 time=20.325 ms
64 bytes from 66.102.11.82: icmp_seq=1 ttl=57 time=19.251 ms
64 bytes from 66.102.11.82: icmp_seq=2 ttl=57 time=20.343 ms
^C
--- googlecode.l.google.com ping statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 19.251/19.973/20.343/0.511 ms
[root@server-01 /home]#

Not sure where to go from here. i have logged a ticket with the provider.
 

randac56

Member
May 25, 2018
915
0
16
Just tried that and pointed rutorrent.googlecode.com through to the working server i can get to: 66.102.11.82
But got the same message.

had this in my /etc/hosts file
Code:
66.102.11.82 rutorrent.googlecode.com

no go.
 

simur612

Member
May 25, 2018
879
0
16
i dunno bro. My suggestion is to use svn from your home box, then ftp it to your server.

It's not ideal but it will work.
 

randac56

Member
May 25, 2018
915
0
16
Thanks heaps for following this up Brock, really appreciate it.

My box is in one of the IP addresses listed there, so i guess its up to google to fix this up.

Ill wait to see once that bug has been fixed.

cheers


Here is the output from the above command:
Code:
root@server:/var/www# wget -d http://code.google.com/p/rutorrent/
DEBUG output created by Wget 1.12 on linux-gnu.

--2011-02-24 09:23:48-- http://code.google.com/p/rutorrent/
Resolving code.google.com... 74.125.77.100, 74.125.77.102, 74.125.77.101
Caching code.google.com => 74.125.77.100 74.125.77.102 74.125.77.101
Connecting to code.google.com|74.125.77.100|:80... connected.
Created socket 3.
Releasing 0x000000001bcb25e0 (new refcount 1).

---request begin---
GET /p/rutorrent/ HTTP/1.0
User-Agent: Wget/1.12 (linux-gnu)
Accept: */*
Host: code.google.com
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response...
---response begin---
HTTP/1.0 403 Forbidden
X-Content-Type-Options: nosniff
Content-Type: text/html; charset=UTF-8
Set-Cookie: PREF=ID=979c943a22ed6985:TM=1298499829:LM=1298499829:S=hHIaJNhKVl1DWJMV; expires=Fri, 22-Feb-2013 22:23:49 GMT; path=/; domain=.google.com
Date: Wed, 23 Feb 2011 22:23:49 GMT
Server: codesite
Content-Length: 1384
X-XSS-Protection: 1; mode=block
Connection: Keep-Alive

---response end---
403 Forbidden
cdm: 1 2 3 4 5 6 7 8
Stored cookie google.com -1 (ANY) / <permanent> <insecure> [expiry 2013-02-23 09:23:49] PREF ID=979c943a22ed6985:TM=1298499829:LM=1298499829:S=hHIaJNhKVl1DWJMV
Registered socket 3 for persistent reuse.
Skipping 1384 bytes of body: [

<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>403 Forbidden</title>
<style><!--
body {font-family: arial,sans-serif}
div.nav {margin-top: 1ex}
div.nav A {font-size: 10pt; font-family: arial,sans-serif}
span.nav {font-size: 10pt; font-family: arial,sans-serif; font-weight: bold}
div.nav A,span.big {font-size: 12pt; color: #0000cc}
div.nav A {font-size: 10pt; color: black}
A.l:link {color: #6f6f6f}
A.u:link {color: green}
//--></style>
<script><!--
var rc=403;
//-->
</script>
</head>
<body text=#000000 bgcolor=#ffffff>
<table border=0 cellpadding=2 cellspacing=0 width=100%><tr><td rowspan=3 width=1% nowrap>
<b><font face=times color=#0039b6 size=10>G</font><font face=times color=#c41200 size=10>o</font><font face=times color=#f3c518 size=10>o</font><font face=times color=#0039b6 size=10>g</font><font face=times color=#30a72f size=10>l</font><font face=times color=#c41200 size=10>e</font>&nbsp;&nbsp;</b>
<td>&nbsp;</td></tr>
<tr><td bgcolor="#3366cc"><font face=arial,sans-serif color="#ffffff"><b>Error</b></td></tr>
<tr><td>&nbsp;</td></tr></table>
<blockquote>
<H1>Forbidden</H1>
Your client does not have permission to get URL <code>/p/rutorrent/</code> from this server.

<p>
</blockquote>
<table width=100% cellpadding=0 cellspacing=0><tr><td bgcolor="#3366cc"><img alt="" width=1 height=4></td></tr></table>
</body></html>
] done.
2011-02-24 09:23:48 ERROR 403: Forbidden.
root@server:/var/www#
So yeah defiantly getting a permission error.


Thanks wonslung, i will go with the tar file you put together.

cheers