Re: CVS

Sergey Poznyakoff <[email protected]> Fri, 06 Feb 2004 21:10:51 +0200
Newsgroups gmane.comp.gnu.radius.bugs
Organization Farlep-Internet
Message-ID <[email protected]>
Hello Gerald,

> I hate to keep asking the same question but, they still don't have the
> CVS Server running full speed? Is there a good time to cvs update? I can
> cron it. :-)

The CVS server at Savannah is now completely functional. The only point
worth noticing is that they don't support pserver any more. To get
anonymous access, use ssh (protocol version 2):

 export CVS_RSH=ssh 
 cvs -d :ext:[email protected]:/cvsroot/radius checkout radius
 
> When I get a new copy from CVS I'll look to see if there are any shell
> scripting or other suggestions I could make to help with development.

Great!

-Sergey