dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DotGNU]Setting up developer CVS access


From: Rhys Weatherley
Subject: [DotGNU]Setting up developer CVS access
Date: Tue, 19 Mar 2002 15:44:41 +1000

I'm forwarding this to the list, because other developers
may be interested in what they need to do to set up
CVS write access.  For CVS read access, see the
instructions for anonymous CVS on Savannah.

Cheers,

Rhys.

--- Begin Message --- Subject: Re: CVS Access Date: Tue, 19 Mar 2002 12:17:51 +1000
Charlie Carnow wrote:

> I am unable to get any access, at all. I keep posting the key generated
> from ssh-keygen, but cvs usally rejects or me, or says I'm not typing in
> the right password. Could it be because the comment at the end is
> address@hidden It would be great if you could help.

You must set ssh to use the right protocol.  Put the following
in your ~/.ssh/config file:

Protocol 1

The "address@hidden" is just the key identifier.  It doesn't
really matter what it is.

You also need to set "CVS_RSH=ssh" in your environment,
or cvs will use rsh instead of ssh.  Here is a script that I use,
called "cvsgnu":

#!/bin/sh
export CVS_RSH=ssh
export CVS_DOTGNU='address@hidden:/cvsroot/dotgnu-pnet/'
cvs -z3 -d$CVS_DOTGNU $*

Put your own Savannah userid into the script, instead of
"rweather", of course.  Then do "cvsgnu co pnet".

I hope this helps.  It's a bit of a fiddle, but works like
a charm once everything is in place.

Cheers,

Rhys.



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]