Subject: Re: CVSsing methodology
To: Andrew Gillham <gillhaa@ghost.whirlpool.com>
From: None <itojun@iijlab.net>
List: current-users
Date: 09/28/1999 10:58:10
>> You should now have a full set of NetBSD sources in /usr/src! To update the
>> sources:
>>    CVS_RSH=ssh; export CVS_RSH
>>    cd /usr/src
>>    cvs update -d -P
>Why is 'ssh' being used for this?  Is it more efficient/reliable than pserver
>mode here?  Unless anoncvs.netbsd.org supports ssh with the 'no cypher' option
>isn't ssh just wasting cpu cycles on both ends?

	CVS_RSH has no effect when you use pserver mode
	(-d :pserver:you@foobaa), so I believe you can omit CVS_RSH part.

itojun