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:
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.
On Thu, Jul 2, 2009 at 8:18 AM, Liu ChuanRen<liuchuan...@gmail.com> wrote:
> 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:
>> 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?
>> On Thu, Jul 2, 2009 at 8:33 AM, Liu ChuanRen<liuchuan...@gmail.com> wrote:
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.
On Thu, Jul 2, 2009 at 10:18 AM, Liu ChuanRen<liuchuan...@gmail.com> wrote:
> 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:
>> 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?
>> On Thu, Jul 2, 2009 at 8:33 AM, Liu ChuanRen<liuchuan...@gmail.com> wrote:
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).
On Thu, Jul 2, 2009 at 11:57 PM, mm w <0xcafef...@gmail.com> wrote:
> 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,
> On Thu, Jul 2, 2009 at 8:18 AM, Liu ChuanRen<liuchuan...@gmail.com> wrote:
> > 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:
> >> 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?
> >> On Thu, Jul 2, 2009 at 8:33 AM, Liu ChuanRen<liuchuan...@gmail.com>
> wrote:
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.
On Fri, Jul 3, 2009 at 2:03 AM, Liu ChuanRen<liuchuan...@gmail.com> wrote:
> 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).
> On Thu, Jul 2, 2009 at 11:57 PM, mm w <0xcafef...@gmail.com> wrote:
>> 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,
>> On Thu, Jul 2, 2009 at 8:18 AM, Liu ChuanRen<liuchuan...@gmail.com> wrote:
>> > 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:
>> >> 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?
>> >> On Thu, Jul 2, 2009 at 8:33 AM, Liu ChuanRen<liuchuan...@gmail.com>
>> >> wrote: