Re: Accessing the subversion repository

2005-02-18 Thread Bob Proulx
Christopher Faylor wrote: > I don't think fsh is a good idea. That could mean potentially hundreds > of persistent ssh connections sitting around on the server. There would at most be one per user making commits to the depot. Do you really have hundreds of people making commits? You probably ha

Re: Accessing the subversion repository

2005-02-18 Thread Nix
On 17 Feb 2005, Marc Espie said: > No need for fsh or anything. Didn't this feature make it into portable > openssh ? Yes, it did, but as usual with OpenSSH entirely without documentation other than a changelog entry and silent change to the manpage describing the extra options but not how to use

RE: Accessing the subversion repository

2005-02-17 Thread Andrew STUBBS
> Recent versions of openssh support multiple connections through one > single authentication token (`master' connection) That might work, but you need version OpenSSH 3.9 I think. svn.toolchain.org is running 3.8.1p1 and gcc.gnu.org is running 3.6.1p2. I assume both ends need to support it but I

Re: Accessing the subversion repository

2005-02-16 Thread Marc Espie
In article <[EMAIL PROTECTED]> you write: >Daniel Berlin wrote: >> I should note that svn treats it's remote connections as disposable, so >> svn+ssh will probably connect more than once for things like remote >> diffs. So if it takes a while to authenticate, this may not be your >> best bet if yo

Re: Accessing the subversion repository

2005-02-15 Thread Branko Äibej
Daniel Berlin wrote: On Tue, 2005-02-15 at 15:59 +, Andrew STUBBS wrote: I should note that svn treats it's remote connections as disposable, so svn+ssh will probably connect more than once for things like remote diffs. So if it takes a while to authenticate, this may

Re: Accessing the subversion repository

2005-02-15 Thread Christopher Faylor
On Tue, Feb 15, 2005 at 09:20:57AM -0700, Bob Proulx wrote: >Daniel Berlin wrote: >>I should note that svn treats it's remote connections as disposable, so >>svn+ssh will probably connect more than once for things like remote >>diffs. So if it takes a while to authenticate, this may not be your >>

Re: Accessing the subversion repository

2005-02-15 Thread Bob Proulx
Daniel Berlin wrote: > I should note that svn treats it's remote connections as disposable, so > svn+ssh will probably connect more than once for things like remote > diffs. So if it takes a while to authenticate, this may not be your > best bet if you are looking for blazing speed (as some seem t

RE: Accessing the subversion repository

2005-02-15 Thread Daniel Berlin
On Tue, 2005-02-15 at 15:59 +, Andrew STUBBS wrote: > > > > I should note that svn treats it's remote connections as > > > > disposable, so > > > > svn+ssh will probably connect more than once for things > > like remote > > > > diffs. So if it takes a while to authenticate, this may > > not

RE: Accessing the subversion repository

2005-02-15 Thread Andrew STUBBS
> > > I should note that svn treats it's remote connections as > > > disposable, so > > > svn+ssh will probably connect more than once for things > like remote > > > diffs. So if it takes a while to authenticate, this may > not be your > > > best bet if you are looking for blazing speed (as som

RE: Accessing the subversion repository

2005-02-15 Thread Daniel Berlin
On Tue, 2005-02-15 at 15:35 +, Andrew STUBBS wrote: > > The ssh username is actually gcc, password foo2bar > > > > so svn+ssh://[EMAIL PROTECTED]/gcc/trunk > > > > would work (note for ssh, it's /gcc/trunk, not /svn/gcc/trunk. This is > > because it's running svnserve with a different root.

RE: Accessing the subversion repository

2005-02-15 Thread Andrew STUBBS
> The ssh username is actually gcc, password foo2bar > > so svn+ssh://[EMAIL PROTECTED]/gcc/trunk > > would work (note for ssh, it's /gcc/trunk, not /svn/gcc/trunk. This is > because it's running svnserve with a different root. Just an > oversight, > AFAIK :P) Excellent. I now have a successfu

Re: Accessing the subversion repository

2005-02-15 Thread Daniel Berlin
On Tue, 2005-02-15 at 12:36 +, Andrew STUBBS wrote: > Hi, > > Joern and I are having difficulty accessing the subversion test repository. > > "svn co svn://svn.toolchain.org/svn/gcc/trunk" does not work due to the ST > corporate firewall (don't ask - the wheels turn slowly), so I have been >