Hello all,
Mike McDonald has graciously decided to allow the McCLIM CVS repository and mailing list to be moved to independent hosting on common-lisp.net. I will be handling the administrative details of this move (setting up the CVS repository, web site, mailing lists, etc). We need a new project for this. A complete list of project developers isn't yet available, but enough of them already have common-lisp.net accounts that it should be possible to create the accounts and add developers later.
The project developers that already have accounts are:
Tim Moore (tmoore) Robert Strandh (rstrandh) Andreas Fuchs (afuchs) Christophe Rhodes (crhodes) Dan Barlow (dbarlow) Mikel Evins (mevins) Gilbert Baumann (gbaumann)
I will be collecting GPGP keys and email addresses for the remaining developers so they can get accounts made. In the meantime, can the project be created so I can start with the transition of the CVS repository?
Thanks! -- Brian Mastenbrook http://www.iscblog.info/ http://www.cs.indiana.edu/~bmastenb/
Hi,
Brian Mastenbrook bmastenb@cs.indiana.edu writes:
Mike McDonald has graciously decided to allow the McCLIM CVS repository and mailing list to be moved to independent hosting on common-lisp.net. I will be handling the administrative details of this move (setting up the CVS repository, web site, mailing lists, etc). We need a new project for this. A complete list of project developers isn't yet available, but enough of them already have common-lisp.net accounts that it should be possible to create the accounts and add developers later.
Ok. Great.
The project developers that already have accounts are:
[...]
I will be collecting GPGP keys and email addresses for the remaining developers so they can get accounts made. In the meantime, can the project be created so I can start with the transition of the CVS repository?
Yes, no problem.
It might take another few hours, though...
Regards, Mario.
I have installed the CVS repo (thanks, Mike): developers who already have cl.net logins can now checkout with
$ export CVS_RSH=ssh $ cvs -z3 -d :ext:<username>@common-lisp.net:/project/mcclim/cvsroot co mcclim
Anoncvs will automatically follow when the cron job kicks in (may even be there now) - see http://common-lisp.net/faq.shtml
Please shout if any problems (but I'm away next week, so don't shout to me alone if you want a timely resolution)
-dan