Looks like the IP of the server hosting our TeamCity instance has been
blacklisted somehow from Google code. Both attempts to contact svn and
regular project web pages result in http 403 forbidden error.

$ curl -i http://libopenmetaverse.googlecode.com/svn/
HTTP/1.1 403 Forbidden
Date: Fri, 04 Mar 2011 18:47:07 GMT
Server: Apache
Content-Length: 206
Content-Type: text/html; charset=iso-8859-1

and

$ curl -i http://code.google.com/p/libopenmetaverse/
HTTP/1.1 403 Forbidden
X-Content-Type-Options: nosniff
Content-Type: text/html; charset=UTF-8
Set-Cookie: 
PREF=ID=e08e1e1295f5ef20:TM=1299264488:LM=1299264488:S=SMRYfdnk5z2mAewf;
expires=Sun, 03-Mar-2013 18:48:08 GMT; path=/; domain=.google.com
Date: Fri, 04 Mar 2011 18:48:08 GMT
Server: codesite
Content-Length: 1391
X-XSS-Protection: 1; mode=block

The same TeamCity builds 3 different projects from Google code and
they all have the same problem. The projects hosted on SourceForge
(svn) and Github work.

The build server's IP is 69.162.120.194




On Fri, Mar 4, 2011 at 7:33 PM, Ben Collins-Sussman <[email protected]> wrote:
> Well, let's try the next logical steps.  Can the svn client on that machine
> 'svn ls' against the root of that repository?  How about against a
> completely different googlecode repository?  How about against some other
> svn repository not on googlecode (like http://svn.apache.org/repos/asf/ ) ?
> My suspicion is that there's something broken about that machine -- like a
> firewall inside it, close to it, etc.
>
> On Fri, Mar 4, 2011 at 11:47 AM, Latif Khalifa <[email protected]>
> wrote:
>>
>> Yes, I get the same error:
>>
>> $ svn ls
>> http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk/
>>
>> svn: Server sent unexpected return value (403 Forbidden) in response
>> to OPTIONS request for
>> 'http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk'
>>
>>
>> On Fri, Mar 4, 2011 at 1:43 PM, Ben Collins-Sussman <[email protected]>
>> wrote:
>> > Sorry, I have no ideas, since the repository is clearly up and working,
>> > including that path.  OPTIONS is the very first request an svn client
>> > sends
>> > to a repository when it connects -- a simple read, which never requires
>> > authentication.  I'm unable to reproduce the problem.
>> > Perhaps it's something specific to that machine?  For example, can you
>> > run
>> > an 'svn ls URL' from the commandline of the TeamCity computer?
>> >
>> > On Fri, Mar 4, 2011 at 2:27 AM, Latif Khalifa <[email protected]>
>> > wrote:
>> >>
>> >> Hi Ben,
>> >>
>> >> The same configuration has been working for about two years.
>> >>
>> >> The actual error it's getting is:
>> >>
>> >> svn: OPTIONS of '/svn/libopenmetaverse/trunk': 403 Forbidden
>> >> (http://libopenmetaverse.googlecode.com)
>> >>
>> >> So svn OPTIONS on
>> >> http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk/ is
>> >> failing and that is certainly a valid path.
>> >>
>> >> Latif
>> >>
>> >> On Fri, Mar 4, 2011 at 4:45 AM, Ben Collins-Sussman
>> >> <[email protected]>
>> >> wrote:
>> >> > Um, I don't think this has anything to do with Google Code.  Your
>> >> > TeamCity
>> >> > config is messed up somehow -- it's trying to read the repository
>> >> > path
>> >> > /buildroot/trunk/, and that directory doesn't exist (hence the 403
>> >> > error).
>> >> >  And as far as I can tell (looking through the repository's history),
>> >> > that
>> >> > repository path has never existed.
>> >> >
>> >> > On Thu, Mar 3, 2011 at 6:18 PM, Latif Khalifa
>> >> > <[email protected]>
>> >> > wrote:
>> >> >>
>> >> >> Btw. you can see example of failures:
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >> http://tc.openmetaverse.org/project.html?projectId=project13&tab=projectOverview&guest=1
>> >> >>
>> >> >>
>> >> >>
>> >> >> http://tc.openmetaverse.org/project.html?projectId=project2&tab=projectOverview&guest=1
>> >> >>
>> >> >> Latif
>> >> >>
>> >> >> On Thu, Mar 3, 2011 at 11:25 PM, Latif Khalifa
>> >> >> <[email protected]>
>> >> >> wrote:
>> >> >> > Hi,
>> >> >> >
>> >> >> > We're running continuous integration service for a few opensource
>> >> >> > projects using TeamCity from JetBrains. Looks like TeamCity is
>> >> >> > having
>> >> >> > trouble contacting subversion repositories at Google Code. It
>> >> >> > fails
>> >> >> > with:
>> >> >> >
>> >> >> > svn: OPTIONS of '/svn/libopenmetaverse/trunk': 403 Forbidden
>> >> >> > (http://libopenmetaverse.googlecode.com)
>> >> >> >
>> >> >> > I don't know when this problem started, but it is within the last
>> >> >> > couple of weeks.
>> >> >> >
>> >> >>
>> >> >> --
>> >> >> You received this message because you are subscribed to the Google
>> >> >> Groups
>> >> >> "Project Hosting on Google Code" group.
>> >> >> To post to this group, send email to
>> >> >> [email protected].
>> >> >> To unsubscribe from this group, send email to
>> >> >> [email protected].
>> >> >> For more options, visit this group at
>> >> >> http://groups.google.com/group/google-code-hosting?hl=en.
>> >> >>
>> >> >
>> >> >
>> >
>> >
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Project Hosting on Google Code" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.

Reply via email to