[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: |
Paul Pogonyshev |
Subject: |
Re: [gnugo-devel] Help needed for savannah CVS access |
Date: |
Wed, 7 Jan 2004 23:01:50 +0000 |
User-agent: |
KMail/1.5.94 |
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