This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


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

Re: CVS_RSH


On Wed, Oct 10, 2001 at 08:40:42AM -0500, Mark Mims wrote:
> Mine works with the following three variables set...
> 
> USER = <remoteusername>
> CVS_RSH = ssh
> CVSROOT = :ext:<remotehostname>:<remotecvsroot>
> 
> so,
> 
> USER = me
> CVS_RSH = ssh
> CVSROOT = :ext:cvsserver.blah.com:/usr/local/cvsroot 

You can also use
:ext:username@cvsserver.blah.com:/usr/local/cvsroot, or even
username@cvsserver.blah.com:/usr/local/cvsroot, in which case it
will default to ext (or server).

The local username doesn't have to be the same as the remote one,
specially in case of anoymous cvs access.


Kurt


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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