Forum OpenACS Q&A: Re: Meaning of oacs-4-6

Collapse
7: Re: Meaning of oacs-4-6 (response to 1)
Posted by Tom Mizukami on
I'm a complete CVS newbie - so forgive me if my question is stupid. Can CVS be set up so all development work is done on a branch and the trunk is maintained as the latest stable release plus bug fixes? I think may of us in an open source community would try to do what Tilman did; set up a system to make it easy to grab the latest release plus bug fixes.
Collapse
8: Re: Meaning of oacs-4-6 (response to 7)
Posted by Andrew Piskorski on
Tom, yes using CVS in that fashion is probably possible, but it's not how it's typically used, and I don't see any advantage to that scheme either. It doesn't really solve any problems.

People who aren't familiar with CVS, well, generally they don't use it. They download a tarball instead. So I think perhaps what you should really asking for, is more rapid release of point releases, with tarballs, plus also some clear instructions on the website for how to properly yank different releases out of cvs, since some people definitely will want to do that.

(Personally, I never use source tarballs when I can pull a release from CVS instead. CVS is just better.)