From: Mark M. <mar...@mc...> - 2003-01-15 04:08:45
[Me]
> 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?
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):
http://docutils.sourceforge.net/#the-sandbox
Please. Pretty please.
The latest dev snapshot is a joy to use--I boneheadedly deleted the original
files and I need to install it in Python 2.1 on a different machine (Zope,
that's right).
Thanks,
// mark
-
From: Mark M. <mar...@mc...> - 2003-01-15 05:53:29
[David Goodger]
> Done. Take a look in <http://docutils.sourceforge.net/tmp/>.
Thank you *so* much!
Cheers,
// m
p.s. I assume the 2002 in the filename is a typo? Looking in the contents,
it appears so.
-
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/
From: David G. <go...@py...> - 2003-01-16 23:34:44
Anonymous CVS access is still down, but I've fixed the hourly update script
so that it no longer clobbers good snapshots with bad. I will manually
update the snapshots as required until SF's anon CVS is back up.
-- David Goodger go...@py...