FlightGear CVS: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(New page: {{stub}} In the field of software development, the '''Concurrent Versions System''' ('''CVS'''), also known as the '''Concurrent Versioning System''', provides a version control system ba...)
 
Line 4: Line 4:


==FlightGear and CVS==
==FlightGear and CVS==
[http://www.flightgear.org/cvs/anoncvs.html Instructions for the FlightGear CVS repository]
[[FlightGear]]s' CVS is available at http://cvs.flightgear.org/cgi-bin/viewvc/viewvc.cgi/
[[FlightGear]]s' CVS is available at http://cvs.flightgear.org/cgi-bin/viewvc/viewvc.cgi/


===See also===
===See also===
* [http://macflightgear.sourceforge.net/home/documents/how-to-build-flightgear-cvs-on-mac-os-x/ How to build FlightGear cvs on Mac OS X]
* [http://macflightgear.sourceforge.net/home/documents/how-to-build-flightgear-cvs-on-mac-os-x/ How to build FlightGear cvs on Mac OS X]

Revision as of 15:35, 18 June 2008

This article is a stub. You can help the wiki by expanding it.

In the field of software development, the Concurrent Versions System (CVS), also known as the Concurrent Versioning System, provides a version control system based on open-source code. Version control system software keeps track of all work and all changes in a set of files, and allows several developers (potentially widely separated in space and/or time) to collaborate. This means that the newest stuff, which are still in development, are available in CVS before they do in the stable release. CVS has become popular in the open source software world and is released under the GNU General Public License.

FlightGear and CVS

Instructions for the FlightGear CVS repository

FlightGears' CVS is available at http://cvs.flightgear.org/cgi-bin/viewvc/viewvc.cgi/

See also