Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
I can NOT update code by "svn update"
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Liu ChuanRen  
View profile  
 More options Jul 2, 9:33 am
From: Liu ChuanRen <liuchuan...@gmail.com>
Date: Thu, 2 Jul 2009 06:33:28 -0700 (PDT)
Local: Thurs, Jul 2 2009 9:33 am
Subject: I can NOT update code by "svn update"
when I tried to update my code by "svn update", I got
svn: OPTIONS of 'https://global.googlecode.com/svn/trunk': could not
connect to server (https://global.googlecode.com)
But I could visit https://global.googlecode.com/svn/trunk successfully
with browser(firefox).
"svn commit" got a similar error.
Any idea?

BTW, there are no problems when I update code hosted by another server
(not googlecode).


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ben Collins-Sussman  
View profile  
 More options Jul 2, 10:50 am
From: Ben Collins-Sussman <suss...@google.com>
Date: Thu, 2 Jul 2009 09:50:09 -0500
Local: Thurs, Jul 2 2009 10:50 am
Subject: Re: I can NOT update code by "svn update"
Most likely your web browser is using a proxy server, and your svn
client is not.

Where are you located?

What other svn server URL are you able to 'svn update' successfully?


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Liu ChuanRen  
View profile  
 More options Jul 2, 11:18 am
From: Liu ChuanRen <liuchuan...@gmail.com>
Date: Thu, 2 Jul 2009 23:18:56 +0800
Local: Thurs, Jul 2 2009 11:18 am
Subject: Re: I can NOT update code by "svn update"

No, my browser was not using any proxy. Browser and svn client were both
connected to Internet directly.
Yes, another svn server is very close to my location. But I think I can
visit googlecode, but svn client can not. Another thing, after I deleted
.subversion/, svn client will call me to type username and password when I
committed code, but after that, it said that it could not connect to
googlecode server or said nothing but just idle. Even more, if I type a
wrong password, it will call me to type again!
I am wondering whether there are logs saved in googlecode server when I
connect to it, If yes, can we analyze the information in the logs? maybe
this is a little complicated.

On Thu, Jul 2, 2009 at 10:50 PM, Ben Collins-Sussman <suss...@google.com>wrote:

--
Liu ChuanRen

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mm w  
View profile  
 More options Jul 2, 11:57 am
From: mm w <0xcafef...@gmail.com>
Date: Thu, 2 Jul 2009 08:57:04 -0700
Local: Thurs, Jul 2 2009 11:57 am
Subject: Re: I can NOT update code by "svn update"
Hello,

you have to set up your repostory:
https://${projectname}.googlecode.com/svn/trunk/
${username}
${password}

You need to accept the cert, it's a minimum don't you think? then
authorize your client to connect. The main problem is not googlecode:
you don't know how to use a svn-client, start by learning this and
maybe it will save you a lot of time and e-mails.

Best,


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ben Collins-Sussman  
View profile  
 More options Jul 2, 12:27 pm
From: Ben Collins-Sussman <suss...@google.com>
Date: Thu, 2 Jul 2009 11:27:36 -0500
Local: Thurs, Jul 2 2009 12:27 pm
Subject: Re: I can NOT update code by "svn update"
You haven't told me where you're located yet.  You haven't told me
where the 'working' svn server is, other than saying "it's very
close".  Does that mean it's on your LAN?  Are you accessing it over
the internet, and how far?

The most likely explanation is that *somewhere* between you and
googlecode.com is a web proxy which disallows WebDAV requests.  It's a
very common thing.  That's why your web browser can do a GET, but the
svn client cannot do OPTIONS requests.

But we need a lot more information to help, like specific IP addresses and such.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Liu ChuanRen  
View profile  
 More options Jul 3, 3:03 am
From: Liu ChuanRen <liuchuan...@gmail.com>
Date: Fri, 3 Jul 2009 15:03:33 +0800
Local: Fri, Jul 3 2009 3:03 am
Subject: Re: I can NOT update code by "svn update"

maybe not as you thought. the fact is I was able to update and commit my
code to googlecode days ago, but just the recent a few days, it does not
work any more. maybe it is my fault, because I just tested in Windows
system, tortoiseSVN works with googlecode, so there is no problems in my
network. maybe the subversion client in my linux system has some problems,
and I tried on another linux computer, it does not work too(but it did work
days ago too).

--
Liu ChuanRen

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ben Collins-Sussman  
View profile  
 More options Jul 3, 8:05 am
From: Ben Collins-Sussman <suss...@google.com>
Date: Fri, 3 Jul 2009 07:05:46 -0500
Local: Fri, Jul 3 2009 8:05 am
Subject: Re: I can NOT update code by "svn update"
At this point it sounds like multiple problems with your specific
computers and local networks.  If you want more help diagnosing, try
contacting the general subversion help list at
us...@subversion.tigris.org.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google