FlightGear CVS: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (little info added + link to changelog)
(→‎FlightGear and CVS: the ' only goes AFTER the S if it is plural, otherwise it goes BEFORE the S)
Line 2: Line 2:


==FlightGear and CVS==
==FlightGear and CVS==
[[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.
[[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===
===External links===

Revision as of 15:47, 5 December 2008

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

FlightGear's CVS is available 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