|
From: Aahz <aa...@py...> - 2003-05-02 19:21:57
|
On Fri, May 02, 2003, James Brokenbek wrote: > > 1) I'm unfamiliar with both CVS usage and policy (having exclusively > used ClearCase). The former I'm working on by reading some HOW-TOs, and > I've just now successfully retrieved the sources. I don't know, > however, if I should (policy-wise) expect the sources I've retrieved to > be stable, or if I should retrieve sources against some "tag" in order > to have some assurance of stability. (I hope I'm using the term > correctly; I mean something like a ClearCase "label".) Are the sources > retrieved from a default checkout stable? They're reasonably stable; more importantly, they're your only useful option because the last point release was done last July, and there have been many changes since then. However, I'd recommend not mucking with CVS unless you intend to do development work on reST; just use the snapshot at http://docutils.sourceforge.net/docutils-snapshot.tgz (which gets automatically generated from CVS). If someone wants to take charge of doing the grunt work for the next point release, I'm sure David Goodger would love to hear from you. -- Aahz (aa...@py...) <*> http://www.pythoncraft.com/ "In many ways, it's a dull language, borrowing solid old concepts from many other languages & styles: boring syntax, unsurprising semantics, few automatic coercions, etc etc. But that's one of the things I like about it." --Tim Peters on Python, 16 Sep 93 |