Slashdot Mirror


Open Source Development with CVS

Managing software development is a job right up there with aircraft controller in the realm between fascinating and nerve-wracking. chromatic's latest review is of a book introducing one of the best known tools for managing the complexity inherent in such projects, Karl Fogel's Open Source Development with CVS.

Open Source Development with CVS author Karl Fogel pages 316 publisher Coriolis Open Press rating 8.5 reviewer chromatic ISBN 1-57610-490-7 summary More than a summary of CVS commands, Open Source Development with CVS is a study of how to organize and lead free software projects.

The Scoop Free software, the theory goes, is in a constant state of release. Instead of working in secret for years to produce a Grand Unified Model of Everything, then unleashing it on an unsuspecting world to the accompaniment of television commercials and full-page ads in trade magazines, development occurs in public view. That's aided, in no small part, by the convenience of CVS. So argues Karl Fogel in his introduction to Open Source Development with CVS. In that case, why not try it yourself?

Interspersed between CVS How-To chapters are Developer How-To chapters. For example, chapter 3 describes the author's theories on the entire Open Source process. That includes such common-sense advice as "Release something useful" and "Release something usable." There're plenty of examples to back up these ideas, drawn from the examples of large and popular open source projects.

What's to Like? CVS-specific chapters build on each other. Though 95% of the commands the average developer will ever use are covered in chapter two, the increasingly specific information just may come in handy someday. Though there's a price to pay for flexibility, the increased power it brings is worth it. If you've followed the examples and done some testing of your own, you'll have earned the title 'CVS Guru' by the end of chapter six.

Fogel's development essays take the pragmatic approach. Rather than preaching the One True Way to Do It, he analyzes several successful projects (Apache, the Linux kernel, and CVS itself being among the most prominent) and attempts to draw general principles from their histories. His overall philosophy seems to be "manage a few things well and strictly, and let your project evolve." With a good framework in place (both in your code and for your project administration), things will work smoothly and you'll be more likely to reap the benefits of the free software model.

Chapter eight gives troubleshooting tips. Fogel walks through the most common errors he's seen, doling out explanations and solutions with abandon. Chapter nine is a good reference, neatly summarizing CVS commands and files. Having completed the rest of the book -- and understanding the concepts, this section has the exact syntax at your fingertips.

What's to Consider? Though a complete reference on its own, occasionally the author defers discussion of some subjects in favor of referring to the Cederqvist manual accompanying a CVS source distribution. To be fair, these are often highly technical minutiae, but at 316 pages there is space for an expanded explanation of topics such as the RCS roots of CVS (knowing the source of CVS can help one to understand why some things are the way they are). Thankfully, there's information provided about the official FAQ and mailing lists where such data can be found. The Summary Beyond a comprehensive guide to using and administering CVS, Karl Fogel has written an easy-to-read guide on successful Open Source development. His practical focus and laid-back approach should prove workable for everything from pet projects to large undertakings. The author and Coriolis, the publisher, have also made chapters 2, 4, 6, 8, 9, and 10 available online at http://cvsbook.red-bean.com, under the GPL. Table of Contents

Purchase this book at ThinkGeek.

  1. Why Open Source Development and CVS Go Together
  2. An Overview of CVS
  3. The Open Source Process
  4. CVS Repository Administration
  5. Designing for Decentralized Development
  6. Advanced CVS
  7. Building, Testing, and Releasing
  8. Tips and Troubleshooting
  9. Complete CVS Reference
  10. Third-Party Tools That Work With CVS
  1. CVS Maintenance and Development Today
  2. GNU General Public License

37 of 127 comments (clear)

  1. CVS as the standard? by heiho1 · · Score: 3

    Clearcase is pretty good and Visual Source Safe works well on Win32. I think CVS is superior because it is more cross platform and *flexible* about what you can do with it. I like being able to migrate development over various platforms because you never know when Win32 will suddenly cease to be viable or Linux will pale next to Solaris for some high-performance server side code [hey, it could happen]...

    1. Re:CVS as the standard? by bluebomber · · Score: 2
      Visual Source Safe works well on Win32.

      Excuse me? VSS *sucks*. Ok, it might be reasonable for one, *maybe* two people absolute max. We're (trying to) use it for ~30 people and it is awful...

      CVS, OTOH, is a wonderful tool. I haven't had to use it in a group of more than a half-dozen developers, but it holds up well, provides a better security model, and is truly cross-platform (the win32 clients work quite well). And I must say that this book has been a valuable reference. If you have to admin CVS, definitely get it. If you are just using CVS, get one or two copies for the group to share.

    2. Re:CVS as the standard? by BigRedZX · · Score: 2
      Clearcase is pretty good and Visual Source Safe works well on Win32. I think CVS is superior because it is more cross platform and *flexible* about what you can do with it. I like being able to migrate development over various platforms because you never know when Win32 will suddenly cease to be viable or Linux will pale next to Solaris for some high-performance server side code [hey, it could happen]...

      And if you want something superior to CVS, but without the financial hemmorage that is ClearCase, get Perforce

    3. Re:CVS as the standard? by pudge · · Score: 2

      If you see the CVS page for Slash code, you see I have a hell of a lot of commits there, and I have done almost all of it with maccvs. Cross platform, indeed. :-)

  2. GPL by YASD · · Score: 2


    If some of the chapters are being released under the GPL, doesn't that make the whole book a derived work...which would also have to be released under the GPL?

    ------

    --

    ------
    You are in a twisty little maze of open source licenses, all different.
    1. Re:GPL by smileyy · · Score: 3

      Um, no.

      Karl Fogel and Coriolis, the copyright holders, can do whatever they want with the material that they hold the copyright to.

      Another author using those chapters in a derived work would have to release the derived work under the GPL, or obtain a separate license from the copyright holder(s).

      FWIW, I went to school with Karl. Never knew him, but it's neat to see that he's written a book. Makes me feel inadequate, too.

      --
      pooptruck
  3. This seems really cool by petard · · Score: 2
    Not only is he releasing a nice portion of the book for free electronically, but he encourages you to avoid amazon.com. From the site:
    You can get it directly from the publisher at http://www.coriolis. com/bookstore/bookdetail.cfm?id=1576104907 (due to Amazon.com's recent abuse of the patent system, I am participating in a boycott of Amazon, and ask that you not purchase this book, nor any other, from them).
    After looking at his site, this not only looks liek a great book, but an author I'd like to support. Besides, my CVS skills need the polish.
    --
    .sig: file not found
  4. CVS at work by Iorek · · Score: 3

    My employer purchased the book about 6 months ago on my recommendation. The FAQ and Cederqvist are great, but I thought this was the best way to introduce the office to CVS.

    As the review said, when you're asking the technical questions, the answers can be found. I don't think that Fogel was trying to replace Cederqvist on that front.

  5. Execellent Book by Darkseer · · Score: 4
    I work for a consulting company who just implemented CVS for a client. The were using VSS and had to be shown the light. They were actually loosing productivity do to currupt version databases and VSS's oh so discriptive data files. This book helped me and others easily learn the intracacies of CVS and implement CVS in a sane manner for both remote and local development. I highly recommed it to anyone doing Config Management work!! The watches section was especially useful for what we were doing.

    --

    BOFH, My model for being a sysadmin :)

    1. Re:Execellent Book by selectap · · Score: 2

      My group also used VSS in the past, and we also had some major issues with the VSS database corrupting on us. One of the major advantages of CVS is the simple file format it uses. I've moved our repository three times already and I've never had much of a problem doing so. Moving to CVS also allowed us to use any OS we wanted to for development (in Java), which was also a big plus.

  6. Broken builds under concurrent development? by tjwhaynes · · Score: 2

    As a matter of interest, do projects using CVS find that the builds of software projects get broken under a concurrent development scheme, as changes by others working on the same files may have unforeseen side effects not picked up by the automated merge tools?

    And on a related line of inquiry, do race conditions every occur on busy projects where by the time you have merged and tested the latest additions to some file, someone has already checked in yet another update to a file you are working on forcing you to do another round of merging and testing?

    Cheers,

    Toby Haynes

    --
    Anything I post is strictly my own thoughts and doesn't necessarily have anything to do with the opinions of IBM.
    1. Re:Broken builds under concurrent development? by Yunzil · · Score: 2
      As a matter of interest, do projects using CVS find that the builds of software projects get broken under a concurrent development scheme, as changes by others working on the same files may have unforeseen side effects not picked up by the automated merge tools?

      Yes. In fact, we've implemented a couple things at work to alleviate this. Some of the cvs commands have been abstracted into a script. You can't commit changes to the repository unless you put a lock on it first with a new command. Once in a while things still get stomped, but it's happening a lot less frequently now.

  7. Why certain chapters were open sourced by webmaven · · Score: 4

    I own this book, and I found it interesting that the chapters that were made available on the net were the chapters concerning technical matters, whereas the chapters I found most interesting, concerning the social aspects of CVS and Open Source projects are only available in the printed version.

    This makes a lot of sense, from the authors perspective (and from ours as users of open source), since technical documentation is what's most desparately needed for many projects.

    But I wonder how difficult it was to convince the publisher of this, who must have wanted to flip the situation around, and only offer the 'soft' information for free.
    --

    --
    The real Webmaven is user ID 27463. I don't rate an imposter, because my ID is such a lame-ass high number.
    1. Re:Why certain chapters were open sourced by webmaven · · Score: 2

      I agree, but my point was, how difficult must it have been to convince the publisher of this?
      --

      --
      The real Webmaven is user ID 27463. I don't rate an imposter, because my ID is such a lame-ass high number.
    2. Re:Why certain chapters were open sourced by kfogel · · Score: 2

      I wanted to make the entire book free, but the
      publisher wasn't comfortable with that. However,
      they were enthusiastic about making the CVS-
      specific portions of the book free. In fact,
      they may have suggested it before I did.

      I think the logic was that CVS is free, so the
      documentation about CVS should also be free.
      It was certainly more important to me that the
      CVS portions be free than the rest, although I
      wish the entire thing could have been free.

      Deep down, I think intellectual property is
      a contradiction in terms, but in order to get
      this book published I made a compromise. :-)

      Fortunately, it looks like Coriolis has no reason
      to regret their agreement to release the majority
      of the book for free. Sales are doing well, and
      it's already into reprint. Long live dead trees!

      -K

      --
      http://www.red-bean.com/kfogel
  8. Re:Constant release model? by Anonymous Coward · · Score: 2

    The so-called "release it early, release it often" model of open source development is quite simply a load of nonsense, and not one that anybody engaged in a project which they want to ever complete should bother with

    The "relase early, release often" model is the very soul of Open Source Software. Eric Raymond, in his landmark Cathedra l and the Bazaar , which lead directly to the start of the Open Source Revolution, wrote so much, and am I to believe that you are more knowldgeable than the inventor of Open Source?

    If you have some ivory tower ideal in which bug are found as soon as possible, then you end up spending all of your time fixing these bugs (because all open source does is let more people complain about bugs)

    As Mr. Raymond said, "Many eyes make all bugs shallow", once again proving he is right. Open Source Software rarely has bugs do to it's very nature. OSS programmers make fewer, if any, mistakes than their commerical counterparts, and scientific studies have backed this up.

    Let's face it, how many open source projects ever get anywhere? Apache and Linux are the only two that I can think of

    Fetchmail is a very sucessful Open Source Projects which from Eric S. Raymond. I use it all the time.

    On the other hand we have vapourware like ext3,
    wishware like the GIMP and crapware like Mozilla to try and keep us going.


    Well, I heard that ESR will be working with the Gimp's Scheme code (since he helped to write Scheme), but I haven't heard anything about his involvement in the Mozilla project since the early days of it. He hasn't even mentioned ext3, so I can't comment on it.

    All I can say is thank God for Borland, leading the way in allowing corporate interests to migrate to Linux.

    I'm just hoping they'll become interested in NetBSD!

  9. Somewhat disappointing book by Anonymous Coward · · Score: 4
    Before buying this book, I read that it would be effective for quickly coming up to speed and getting CVS working. This wasn't the case for me.

    First, there's a pretty grievous error in the inetd config line he gives which makes the server not run. I can't remember the entire line but remove the duplicate 'cvs' text.

    Second, although I know it doesn't fit in with the theme of the book, there isn't much in the way of setting up CVS for commercial use. In my case, I want to have CVS controlling both some OS and commercial code. Setting up SSH access, multiple CVS servers, access control, etc are not covered very well, if at all. Unfortunately, these are the same topics the Cederqvist doesn't cover either. I was hoping this book would fill in those gaps but it just doesn't.

    On the upside, the author frequents the cvs newsgroup so you're likely to get book questions answered there (the group is pretty good for questions in general as well).

    1. Re:Somewhat disappointing book by Tim+Pierce · · Score: 3

      First, there's a pretty grievous error in the inetd config line he gives which makes the server not run. I can't remember the entire line but remove the duplicate 'cvs' text.

      That's interesting. What operating system are you running?

      Here's the line that I think you're talking about:

      cvspserver stream tcp nowait root /usr/local/bin/cvs cvs \
      --allow-root=/usr/local/newrepos pserver


      The inetd implementations I'm familiar with would require both "/usr/local/bin/cvs" and "cvs" in that line. The first tells inetd where to find the binary, and the second is the first argument in the command-line invocation. If there are inetds floating around which choke on that line, you should definitely report it as a documentation bug.

      Second, although I know it doesn't fit in with the theme of the book, there isn't much in the way of setting up CVS for commercial use. In my case, I want to have CVS controlling both some OS and commercial code. Setting up SSH access, multiple CVS servers, access control, etc are not covered very well, if at all.

      I will venture a guess that Karl didn't cover those topics because he didn't think it necessary. :-) Setting up SSH access is trivial -- as long as someone has a shell account on the CVS server, they should be able to run "cvs -d myuserid@cvshost:/path/to/repository" to access the remote repository. It did not even occur to me that this needed to be documented.

      If I were setting up a CVS server with projects that needed different levels of access control, I would probably put them into completely different repositories. Put your free code into /path/to/open and your closed code into /path/to/closed. Take away world-read permission and put them under ownership by different groups. Then, in order to view the closed repository, you must be in the closed user group. But you raise a good point that this would be a useful cookbook-style example.

      Disclaimer: I was one of the technical reviewers for the book and so am not objective about its quality. :-)

  10. CVS vs VSS by cd_Csc · · Score: 2
    I am currently a user of Visual Source Safe, but it is a obvious that CVS is much more popular among this community.

    Could somebody please post a summary of the differences between CVS and VSS?

    Also, if I were convinced to switch to CVS, what would the migration process consist of?

    1. Re:CVS vs VSS by Mignon · · Score: 3
      One difference is speed. I don't know the details but I understand the problem is that VSS uses a more chatty protocol. I have an overseas colleague, and he found VSS unusable across a trans-Atlantic link. CVS works fine for him, though.

      Our program is cross-platform (Win32/Solaris); I don't know if VSS clients are available for Solaris (or any non-Windows platform), but a nice thing is that the CVS command-line tools are the same on Unix or Windows. Some of us use WinCVS on Windows. It's even possible to integrate CVS with Developer Studio by customizing some menus. There's a page out there detailing this, if you're willing to search for it. Of course, CVS can be integrated into Emacs on either platform as well.

      One nice thing we use is the webCVS interface, which allows browsing the CVS repository in just about any web browser. One handy feature is its ability to display color diffs of arbitrary revisions.

    2. Re:CVS vs VSS by selectap · · Score: 4
      I've used both before, and here's my take:

      If you're using strictly MS tools and you're not dealing with a lot of files, then VSS should do OK for you. Visual C, VB and family make it very easy to check files in and out of VSS, and it also makes it easy to deploy content to IIS based web sites. (although I know nothing about how secure that is)

      If you're dealing with a large project, I think that it greatly increases the chance of the VSS database corrupting, which to me is one of the biggest flaws and a major reason why I would not use VSS.

      The advantages of CVS are:

      Simple file format eliminates chances of corruption. I've moved our repository to 3 different machines without any problems...I just had to tarball the cvs root directory and move it.

      Support for multiple OS's, including a VSS-like client for windows

      Comes by default with many Linux distributions, so all you have to do is dig up that old 486, put a good size HD on it, and you have instant version control.

      Conflict resolution works just as well as VSS, if not better.

      No license fees. :)

    3. Re:CVS vs VSS by sbeitzel · · Score: 3

      I have used both systems, so I'll comment on my experiences. I haven't administered a CVS repository, so some of my knowledge will be incomplete there.

      The migration process question is easy to answer: when you migrate, you're gonna lose all your history. So when you do, I recommend you burn a CD with your VSS repository on it and archive it on a server somewhere. Then, do a complete checkout of your source tree into a fresh location. From there, do a massive add to your CVS repository and boom, you've got your source migrated over. One thing you may want to do is write a script that will insert an $Id:$ tag in a comment up at the top of each of your source files before they get added; I find it awfully nice to have the revision number right there so that when somebody asks me what version I'm working on, I can tell 'em.

      On the differences, an exhaustive list would be really long. You might take a look at the FAQ for comp.software.config-mgmt as a starting point. In brief, though, CVS has these advantages over VSS:

      • The repository doesn't automatically get corrupted by usage. (VSS does this.)
      • Checking in and out don't get exponentially slower as the repository gets big.
      • There are clients for just about any development platform -- so your Mac HTML/Graphics people don't have to have CodeWarrior and the VSS plugin in order to check in their work.
      • It's free

      Actually, if you can afford the package, I'd suggest looking into Perforce. It's very similar to CVS (including the variety of platforms for which it has clients - although the Mac client is an MPW tool, which is great for programmers but icky for designer types), and it introduces a couple of very nice features: atomic changes (so when you check in a bunch of files, the commit doesn't happen until they're all in) and a really slick use of the filesystem so that with really huge repositories it's still lightning fast.

      --
      Oh, go on, check out my job.
    4. Re:CVS vs VSS by Osram · · Score: 2

      In my mind, the one outstanding difference is that in VSS you have to lock the file before you can can change it. While it is locked, other people cant change it (easily). In CVS, several people can work concurrently on one file. When different developers check in changes of one file, CVS has to try to merge them. This often works, but not always.

      My personal opinion is:
      Use CVS for open source projects. When one developer starts work on a file and then doesn't have time to finish, other people are not hindered.
      For commercial apps I prefer the VSS-style. You know your working hours and your holidays, when you start working on a file, you will usually finish it. If you don't, you can still give it back. If someone needs a file somebody else is working on, its no problem contacting the other person (this might be a problem with open source). I don't say, use VSS. There are many VSS-like programs out there. For example, in my old company (>=7 years ago) we used PVCS, which was already quite nice. In my current job we work with VSS, which is alrightish (we only have 2.5 developers :-)), but we also have had file corruption.

    5. Re:CVS vs VSS by sbeitzel · · Score: 3

      in VSS you have to lock the file before you can can change it

      Not necessarily true. When the administrator sets up a VSS database (repository) s/he can enable multiple checkouts, so multiple developers can have concurrent modify access. When this happens then the conflict resolution is the same as in CVS: the second and subsequent checkins have to do a diff to resolve the possiblity of conflicts. The builtin diff tool is pretty cool, but it doesn't let you make decisions in situ. Still, I worked at a shop where there were 5 developers working on the same codebase and the automatic merging worked very well for us. Note that this works fine for things like C, where local changes tend to be locally scoped, but it is lousy for things like HTML or PostScript where local changes tend to have global scope.

      --
      Oh, go on, check out my job.
  11. Re:CVS hosting by rw2 · · Score: 2

    http://sourceforge.net/

  12. Re:Title? by sammy+baby · · Score: 2

    The author actually includes several chapters which relate specifically to the development of Open Source Software. So here, the distinction is actually relevant.

  13. learning CVS by nthomas · · Score: 3

    The same problems I had with trying to learn Expect, I had trying to learn CVS: lack of good online tutorials & documentation.

    Richard Stallman (a man with whom I disagree on a great many topics) said it best: He had heard so many good things about Perl, and wanted to learn the language, but when he started looking for online tutorials, the ones he found were far and few in between, and not to mention of very low quality. Everybody kept telling him to buy the (O'Reilly) "books", but he wanted online stuff, stuff that just wasn't available.

    When I wanted to learn Expect, I asked around, and posted to the newsgroup, on where would be a good place to learn, everybody replied, "get the Exploring Expect book." When I told them I couldn't afford it, I just got a "tough luck" and a shrug.

    I have been wanting to learn how to use CVS for quite some time now, and I'm sure this book is great for someone that can afford to shell out the $40 bucks for it, but I can't, so can anyone point me to some good docs?


    --
    N. Thomas

  14. Cervisia (CVS GUI) by eli173 · · Score: 2

    I've found that Cervisia is a _very_ nice GUI frontend for CVS.

    Check out
    http://cervisia.sourceforge.net/

    There is still room for improvement and more features, but it does make dealing with CVS less painful.
    I like the fact that it shows you the commands it is executing so that you can learn as you go.

    eli173

  15. Re:Constant release model? by sethg · · Score: 2
    This is just silly.
    If you have some ivory tower ideal in which bug are found as soon as possible, then you end up spending all of your time fixing these bugs
    And the alternative is what, not fixing bugs?
    and trying to satisfy vocal Linux "hackers" who want feature X, compatibility with program/desktop/window manager Y or whatever by spending additional time doing this in an attempt to deliver
    "I want feature X."

    "I don't care so much about feature X, but if you want it, then you write the code for it."

    Where's the problem?
    --

    --
    send all spam to theotherwhitemeat@ropine.com
  16. Re:To be blunt, CVS sucks by EvlG · · Score: 2

    Look into Ant, the XML based build tool from Apache.

    It's still in its infancy, but the idea is solid I think. Just needs to be developed more.

  17. Re:To be blunt, CVS sucks by pohl · · Score: 2
    I agree with these criticisms, and that CVS is in dire need of either replacement, or a forking of the CVS codebase. The development mailing list is heavily guarded by a few people who work hard to prevent any progress in the development of CVS, so replacement is probably the answer.

    One feature that I would like to see is the ability to configure the diff algorithm by file type, so that revisioned binary files (images, for instance) can be stored in the repository on a space-efficient manner. PRCS does this with the xdelta library, but I don't know if PRCS allows the use of a line-oriented-text diff algorithm for source files.

    I also find the event hooks in CVS to be lacking. A generalized hook mechanism is needed that has access to both the name of the checked-in file and its contents, with both pre-commit and post-commit triggers, by file name, file type, directory, module, user, and whatever other parameter might be useful. CVS has some of this, but not enough.

    --

    The "cue the foo posts in 3, 2, 1..." posts will commence with no subsequent foo posts in 3, 2, 1...

  18. ATC by KainX · · Score: 2

    Have you ever actually tried controlling air traffic? There's no comparison between ATC and CVS, other than perhaps that they are both TLA's.

    With open source development, you can always take a break. If you turn your eyes away from your code to check the latest news on Slashdot, nobody dies.

    But air traffic control...dammit, man, those planes! They just keep coming and coming! Make them stop!

    --
    Michael Jennings | HPC Systems Engineer, Lawrence Berkeley National Lab | Author, Eterm (eterm.org)
  19. Um, what were you expecting? by devphil · · Score: 2

    there isn't much in the way of setting up CVS for commercial use [...] I was hoping this book would fill in those gaps but it just doesn't.

    *boggle*
    What part of Open Source Development with CVS did you not understand? Why would anyone expect this book to cover commercial software?

    "Hey, this book is titled Tips for Baking Chocolate-Chip Cookies, so I'll purchase it because I'm hoping it will also cover meatloaf."

    --
    You cannot apply a technological solution to a sociological problem. (Edwards' Law)
  20. Microsoft probably uses an internal tool called SL by doom · · Score: 2
    Quoth an Anonymous Coward:
    ya, you know at MS they don't even use VSS for there major projects.

    Win2k, Office, etc... no VSS. they don't use CVS either. it's something else, i forget.
    I don't *think* I'm violating any confidentiality agreements by saying this (but don't tell anyone, huh?):

    Microsoft at least used to use an internally developed tool called "SLM" ("shared library management", maybe?). It was command-line oriented, and as I remember it, it did file locking by default (when you have a file "checked out", no one else can until you do a "check in").

    Anyway, Source Safe didn't exist when they started using SLM, and I wouldn't be suprised if the developers just never felt like switching version control software just to be dogfood-compliant.

    (A better question might be, if SLM is so useful, why didn't they ever ship it as a product? My experience with it was that it was kind of balky to use, but I later realized that all source control systems are -- certainly including CVS.)

    But then my only experience with using Source Safe was that the guy administering it couldn't figure out how to give someone permission to check something out. It was a little *too* safe... things would go in, but never come out again. (We went back to using CVS.)

  21. Re:To be blunt, CVS sucks by bbehlen · · Score: 2
    I agree.

    Brian

  22. You're missing the point (and you're rude). by devphil · · Score: 2


    I know perfectly well what CVS is for. I use it daily. You are responding to the wrong parts of my message (because you feel cool doing so, or something).

    Let me try again. Read carefully. The book is not about "how to use CVS". It is not about "how to apply CVS to whatever you work on". It is not the CVS manual. It is not, repeat NOT, addressing general development issues like CVS does. CVS != this book.

    The book is specifically targeted towards open source development. The first poster's complaint was that the book -- NOT CVS, JUST THE BOOK -- didn't treat proprietary stuff. My point is that the book -- NOT CVS, JUST THE BOOK -- made no claim of treating proprietary topics.

    --
    You cannot apply a technological solution to a sociological problem. (Edwards' Law)
  23. Re:Constant release model? by Black+Parrot · · Score: 2

    > The so-called "release it early, release it often" model of open source development is quite simply a load of nonsense

    So, what release model do you use for your OSS project, and what are the pros/cons of using your model vs the RO2 model?

    --

    --
    Sheesh, evil *and* a jerk. -- Jade