Re: Anonymous (read-only) GCC SVN access through a firewall

2006-02-09 Thread Steve Ellcey
OK, I got it now. I edited ~/.subversion/servers and set http-proxy-host and http-proxy-port and now things are working. I will continue to use svn+ssh for my own work but it nice to know how to do it with http when needed. Steve Ellcey [EMAIL PROTECTED]

Re: Anonymous (read-only) GCC SVN access through a firewall

2006-02-09 Thread Joe Buck
On Thu, Feb 09, 2006 at 07:02:43PM -0500, Daniel Berlin wrote: > On Thu, 2006-02-09 at 15:55 -0800, Joe Buck wrote: > > I don't get why the http mode should be more costly for read-only access; > > perhaps it isn't well-tuned? > > Because it can't issue multiple operations over the same channel, a

Re: Anonymous (read-only) GCC SVN access through a firewall

2006-02-09 Thread Steve Ellcey
> > Here is what I get when I do this, I'm not sure what it means. > > > > [hpadl888] $ svn co http://gcc.gnu.org/svn/gcc/trunk > > svn: PROPFIND request failed on '/svn/gcc/trunk' > > svn: PROPFIND of '/svn/gcc/trunk': could not connect to server > > (http://gcc.gnu.org) > > It works here. Are

Re: Anonymous (read-only) GCC SVN access through a firewall

2006-02-09 Thread Ben Elliston
> Here is what I get when I do this, I'm not sure what it means. > > [hpadl888] $ svn co http://gcc.gnu.org/svn/gcc/trunk > svn: PROPFIND request failed on '/svn/gcc/trunk' > svn: PROPFIND of '/svn/gcc/trunk': could not connect to server > (http://gcc.gnu.org) It works here. Are you obliged to

Re: Anonymous (read-only) GCC SVN access through a firewall

2006-02-09 Thread Daniel Berlin
On Thu, 2006-02-09 at 15:58 -0800, Steve Ellcey wrote: > svn co http://gcc.gnu.org/svn/gcc/trunk You must have a transparent proxy or something that doesn't proxy webdav requests properly (i tried this from all the hosts i have access to, and it works fine)

Re: Anonymous (read-only) GCC SVN access through a firewall

2006-02-09 Thread Daniel Berlin
On Thu, 2006-02-09 at 15:55 -0800, Joe Buck wrote: > On Thu, Feb 09, 2006 at 06:48:40PM -0500, Daniel Berlin wrote: > > Errr, I emailed you privately a few months ago saying i had set up http > > access :) > > I recall that you mailed me saying that you were *going* to do it, not that > it had bee

Re: Anonymous (read-only) GCC SVN access through a firewall

2006-02-09 Thread Steve Ellcey
> just replace svn:// with http:// > > (note if it becomes too much of a burden on the server, we will probably > have to limit or turn it off). Here is what I get when I do this, I'm not sure what it means. [hpadl888] $ svn co http://gcc.gnu.org/svn/gcc/trunk svn: PROPFIND request failed on '/s

Re: Anonymous (read-only) GCC SVN access through a firewall

2006-02-09 Thread Joe Buck
On Thu, Feb 09, 2006 at 06:48:40PM -0500, Daniel Berlin wrote: > Errr, I emailed you privately a few months ago saying i had set up http > access :) I recall that you mailed me saying that you were *going* to do it, not that it had been done. However, since I don't appear to have that email, I'll

Re: Anonymous (read-only) GCC SVN access through a firewall

2006-02-09 Thread Daniel Berlin
On Thu, 2006-02-09 at 15:19 -0800, Joe Buck wrote: > On Thu, Feb 09, 2006 at 03:12:54PM -0800, Steve Ellcey wrote: > > I have been trying to help someone who does not have write access to the > > GCC tree get read-only access to the GCC SVN repository through a > > firewall. > > > > Now, I can get

Re: Anonymous (read-only) GCC SVN access through a firewall

2006-02-09 Thread H. J. Lu
On Thu, Feb 09, 2006 at 03:19:30PM -0800, Joe Buck wrote: > > > > It does not use ssh. And as far as I can tell a user without write > > permission (without an account on gcc.gnu.org) doesn't have a way to use > > ssh to access the GCC tree. Is that correct? So how does he or she do > > a check

Re: Anonymous (read-only) GCC SVN access through a firewall

2006-02-09 Thread Joe Buck
On Thu, Feb 09, 2006 at 03:12:54PM -0800, Steve Ellcey wrote: > I have been trying to help someone who does not have write access to the > GCC tree get read-only access to the GCC SVN repository through a > firewall. > > Now, I can get through the firewall but I check things out via svn+ssh, > usi

Anonymous (read-only) GCC SVN access through a firewall

2006-02-09 Thread Steve Ellcey
I have been trying to help someone who does not have write access to the GCC tree get read-only access to the GCC SVN repository through a firewall. Now, I can get through the firewall but I check things out via svn+ssh, using my account on gcc.gnu.org. And there seem to be lots of ssh proxy tric