[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gnugo-devel] Help needed for savannah CVS access
From: |
SP Lee |
Subject: |
Re: [gnugo-devel] Help needed for savannah CVS access |
Date: |
Wed, 7 Jan 2004 14:11:31 -0800 |
> Am Wed, 7 Jan 2004 23:01:50 +0000 schrieb Paul Pogonyshev
<address@hidden>:
>
> > SP LEE wrote:
> >> Currently I can't access the CVS as I used to. I'm not sure if
CYGWIN
> >> has the SSH feature. If yes which package should I add? Can someone
help
> >> me about this? Thanks.
> >
> > Check if you have `ssh-keygen' program. If you do, just run it like
> >
> > ssh-keygen -t dsa
> >
> > Then set CSS_RSH variable. The best place to do that (assuming you
use
> > Bash as your shell) is in `~/.bash_profile':
> >
> > export CVS_RSH=ssh
> >
> > Delete your CVS workdir (don't forget to save any changes that might
> > be there ;) and do a fresh checkout:
> >
> > cvs -d:ext:address@hidden:/cvsroot/gnugo co gnugo
> >
> > After that, you can do updates and diffs as usually:
> >
> > cvs up
> > cvs diff engine/reading.c
> >
> > If you don't have SSH installed, you can certainly find it on the
net.
> > Try looking at
> >
> > http://openssh.org/portable.html
> >
> > Paul
>
> Hi,
>
> sure - I forgot: If you need write-access you also need a personal ssh
key.
>
> For anonymous read-only access IMHO no key is needed.
> I only had to accept the savannah host key after checking it's
authenticy.
>
> aquarius
>
>
>
Thanks. I indeed have to install the SSH and SSL features in the "net
package" of cygwin.
SP Lee