[Refdb-devel] Anonymous CVS checkout
Status: Beta
Brought to you by:
mhoenicka
From: Michael S. <sm...@xm...> - 2003-12-16 06:18:36
|
Bruce, Are you able to check out code from Sourceforge via anonymous CVS? You should be able to get all the RefDB source by doing this to login: cvs -d:pserver:ano...@cv...:/cvsroot/refdb login (just hit Enter at the password prompt) Then make a "refdb" directory (doesn't actually matter what you name it), then cd into it and do this: cvs -z3 -d:pserver:ano...@cv...:/cvsroot/refdb co . That'll get you everything module (currently, "refdb", "perlmod", and "elisp". If you just a particular module, you can do this: cvs -z3 -d:pserver:ano...@cv...:/cvsroot/refdb co elisp If that works for you, then I won't bother attaching updated versions or diffs to e-mail -- I'll just send an "new version checked in, update your sandbox" note to the list. --Mike |