This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: re-enabling write access to binutils tree


On Wed, 2012-09-19 at 12:54 -0700, Ian Lance Taylor wrote:

> The account name is the same, you need to use SSH.
> 
> cat > ~/bin/cvsssh <<EOF
> #!/bin/sh
> exec ssh -C -k -x $* 2>/dev/null
> EOF
> chmod +x ~/bin/cvsssh
> CVS_RSH=cvsssh # assumes ~/bin is on PATH
> export CVS_RSH
> cvs -d :ext:sje@sourceware.org:/cvs/src co binutils
> 
> Ian

Thanks, that did the trick.  I'd suggest we should add this to
http://www.gnu.org/software/binutils/ but hey, were going to
switch over to git any day now, right? :-)

Steve Ellcey
sellcey@mips.com



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]