Slashdot Mirror


CVS Helper Software?

MetalShard asks: "While building Pocket War we started using CVS and found it to be the best version control system any of us have ever used. We are also using Code Historian which works with CVS and lets you analyze the changes you have made in you code, and TortoiseCVS which adds an easy to use front end to CVS. It seems like there are a lot of cool add-ons for CVS, but we have not found a good CVS server configuration program. Is there one?"

2 of 32 comments (clear)

  1. CVS server configuration by keramida · · Score: 4, Informative

    Not really a tool per se, but just a hint that can prove helpful. You might find the existing CVS server configuration of projects like NetBSD or FreeBSD useful. I know I did :-)

    Instead of repeating the steps that others have taken to configure your CVSROOT/ stuff, you can copy existing configurations and make a few modifications to match your local style, taste, or other details of setup. For instance, this article from the FreeBSD documentation set describes how you can set things up for automatic mail notifications and commit log archiving, using the scripts developed by the FreeBSD CVS admins.

    --
    --
    My other computer runs FreeBSD too.
  2. jEdit by jonsb · · Score: 4, Informative

    jEdit has a great plugin for CVS called GruntSpud that when used with jDiff does the same job as Code Historian all inside of one app