[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-gnu-radius] CVS
From: |
Sergey Poznyakoff |
Subject: |
Re: [Bug-gnu-radius] CVS |
Date: |
Fri, 06 Feb 2004 21:10:51 +0200 |
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:address@hidden:/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