From: David G. <go...@py...> - 2003-01-15 05:42:10
|
Mark McEahern wrote: >> Is sourceforge CVS access down? How can I get the latest dev snapshot? > > Yes, it appears anonymous CVS access to sf.net is down: > > http://sourceforge.net/docman/display_doc.php?docid=2352&group_id=1#cvs > > Unfortunately, the latest dev snapshot is an empty file--I assume because > some cron job creates it from anonymous CVS? Yes. It's a shell script that doesn't know when to stop. Someday it ought to be rewritten it in Python... > Can someone with dev access to CVS put a copy of the latest dev snapshot > here and make it so that's not wiped out by some automated process that > reads via anonymous CVS (assuming my conjecture is true): Done. Take a look in <http://docutils.sourceforge.net/tmp/>. -- David Goodger <go...@py...> Open-source projects: - Python Docutils: http://docutils.sourceforge.net/ (includes reStructuredText: http://docutils.sf.net/rst.html) - The Go Tools Project: http://gotools.sourceforge.net/ |