GNOME uses several tools develop by external projects to improve and concentrate on its idea to develop sofwtare for everybody. If you'd like to help develop GNOME, you'll need to know about the following tools.
The GNOME Bug Tracker is a system that allows users to file bugs they have found so that GNOME developers will know about them and can fix them. GNOME uses Bugzilla, a bug tracking system first developed for the Mozilla project.
Concurrent Versions System, CVS, is a powerful method of allowing many developers to work on the same source code. It is used extensively within the GNOME project and often proves to be the first hurdle for new developers that are attracted to the GNOME project.
Each developer checks out a copy of the current version of the source code from CVS and then is able to work on their own personal copy separately from other developers. When they have made changes, they commit them back to the CVS repository. The CVS server is then able to merge all the changes that the developer has commit back. Sometimes this merging isn't always successful, the developer is notified and they will have to manually fix any possible conflicts that arise before trying to commit their changes again.
The GNOME project allows both 'read/write' and 'read only' (through its anonymous CVS mirror servers). Quite often, like any mirror server, the anonymous servers take a little while to get in sync with the main CVS server. Typically, they will be 24 hours behind the main server. This is sometimes a cause of frustration to new developers.
The GNOME project has also set up online browsing of its CVS repository.
If you would like to track the changes that occur in various GNOME CVS modules, subscribe to the cvs-commits-list mailing list, a high volume, read-only list that receives mail every time somebody checks something into the repository. You can filter mail from this list by the title of the modules you are interested in and you may wish to further filter out any changes that only affect translations by looking for the word '(silent)' in the subject and ignoring those messages.
The GNOME project is using a number of standard GNU tools for building on multiple architectures.
A collection of useful scripts to help you accomplish simple (often repetitive) tasks.
If you have a script that you would like to see on this page, please e-mail it or a link to it to The Webmasters.