GRASS GIS 5.x source code official CVS repository

The Concurrent Versions System (CVS) provides network-transparent source control for groups of developers. They can work independently and "feed the system" (the source code repository) remotely through internet - day and night from all over the world.

Even if you do not contribute to the code development, the CVS allows to follow development progress easily. After downloading the full GRASS CVS tree, just the future changes will be sent to you by using the CVS software. This method reduces further downloads for updating your local GRASS sources extremely.

Further features of CVS:

  • maintains a history of all changes and keeps copies of all changes (a sort of "change recorder")
  • provides tools to support process control and change control
  • provides reliable access to its directory trees from remote hosts using Internet protocols
  • supports parallel development allowing more than one developer to work on the same sources at the same time
  • The CVS prevents us and you from further GRASS version confusion. As every change is under control of the CVS system the current state as well as old versions can be accessed. This is very important for bug-tracking (finding bugs introduced by changes).

    If you download the GRASS sources from the CVS system, you get the latest version existing! Of course, you can also download a previous version, if you prefer. Once downloaded the entire GRASS CVS tree including the CVS-internal subdirectories you can follow the ongoing development easily. The "update" function downloads only the changes not yet included in your system. CVS compares the GRASS source code version in the CVS-server with your local version.

    As GRASS is a rather big package this might be one reason for you to use CVS. If you are not yet convinced please read the texts below. CVS is distributed here and usually shipped within several Linux distributions. It is available for rather every operating system.

    The GRASS-CVS service is hosted at Intevation GmbH, Germany. There is additionally a "web-cvs" interface which allows to browse the source code. The status of each file (its change history) is written there, you can also download individual files. Jump in and see how it is working!

    You can check the newsletter about new features in GRASS/CVS version. This version will be published from time to time as official release.
    Follow here for:

    GRASS-CVS access


    Interested in ongoing improvements?

    We have established a "GRASS CVS commit" mailing list. It is mailing list used by our GRASS-CVS system to distribute "commit messages". After subscription you can see which GRASS module was modified (when and why).
    Further introductional texts can be found at

    Download the binary CVS client program:


    Releases based on CVS:

    Tags in CVS indicate a development state, a moment in time. Here you find a beginning list of GRASS releases tagged in CVS. If you want to download GRASS with defined status, you may use the "tags" denoted here:

  • GRASS 5 beta 7: tagged as "release_grass5beta7_20_april_2000"
  • GRASS 5 beta 6: tagged as "release_grass5beta6_16_feb_2000"
  • To checkout a specific tagged version, run (example):
    cvs -z3 co -r "release_grass5beta7_20_april_2000" grass

    Send your GRASS-CVS related email to Markus Neteler