| GRASS GIS 5.x source code official CVS repository |
Even if you do not contribute to the code development, the CVS allows to follow development progress easily through "anonymous-CVS". After downloading the full GRASS CVS tree, just the future changes will be downloaded by using the CVS software. This method reduces further downloads for updating your local GRASS sources extremely.
Further features of CVS:
If you download the GRASS sources from the CVS system, you will 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 "cvs update" function downloads only the changes not yet arrived on your local system. The CVS software 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. However, we recommend this only to experienced users who know how to compile software. The CVS software is freely 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!
The GRASS CVS version will be published from time to time as an official release.
GRASS CVS repository access (public read access)
CVS commits mailing list: We have established a "GRASS CVS commit" mailing list. This mailing list distributes "commit messages" from the CVS system. After subscription you will receive a message about every change in GRASS CVS repository along with the related comment. |
|
Web site CVS management (developers only)
Developers have access to maintain the GRASS web pages:
The web site is updated by a cronjob four times a day. Web pages management mailing list (weblist@grass.itc.it). |
|
Programmer's manual CVS management (developers only)
Developers have access to maintain the GRASS programmer's manual (written in Latex):
|
Further introductional texts to CVS: