FlightGear CVS: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (little info added + link to changelog)
m (cat: Git)
 
(27 intermediate revisions by 9 users not shown)
Line 1: Line 1:
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]].
The '''Concurrent Versions System''' ('''CVS''') has been used by the [[FlightGear]] project as version control system, for almost 10 years.


==FlightGear and CVS==
After a hardware failure in May 2010, the CVS servers of the FlightGear source and data repository were replaced by [[Git]]. Every reference to CVS can be considered as out-of-date and should be replaced with a correct Git reference.
[[FlightGear]]s' CVS is available [http://cvs.flightgear.org/viewvc/ here] and can be considered as the most up-to-date version of the flightsimulators source and [[aircraft]]. To run CVS aircraft the user need to use the CVS, to prevent bugs and faults.


===External links===
== Related content ==
* [http://sourceforge.net/mailarchive/forum.php?forum_name=flightgear-cvslogs CVS Changelog] shows all updates made to the CVS repository
* [[FlightGear and Git]]
* [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://www.flightgear.org/cvs/anoncvs.html Instructions for the FlightGear CVS repository]


{{building}}
[[Category:Git|CVS]]
 
[[Category:Software]]

Latest revision as of 23:12, 2 February 2014

The Concurrent Versions System (CVS) has been used by the FlightGear project as version control system, for almost 10 years.

After a hardware failure in May 2010, the CVS servers of the FlightGear source and data repository were replaced by Git. Every reference to CVS can be considered as out-of-date and should be replaced with a correct Git reference.

Related content