FlightGear CVS: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(→‎FlightGear and CVS: the ' only goes AFTER the S if it is plural, otherwise it goes BEFORE the S)
No edit summary
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. The [http://sourceforge.net/mailarchive/forum.php?forum_name=flightgear-cvslogs CVS Changelog] shows all updates made to the CVS repository.


===External links===
==How to use FlightGear's CVS==
* [http://sourceforge.net/mailarchive/forum.php?forum_name=flightgear-cvslogs CVS Changelog] shows all updates made to the CVS repository
Windows: Easy! The following instructions will lead you to your goal. They are very similar, you will probably not have to read all of them:
* [[Flightgear 1.0 to CVS : Piece of Cake]]
* [[Using TortoiseCVS with FlightGear]]
* [[Keeping FlightGear (win32) up to date without compiling]]
 
Mac: Slightly trickier:
* [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]
If you want to get really into it, see also:
* [http://www.flightgear.org/cvs/anoncvs.html Instructions for the FlightGear CVS repository]
* [http://www.flightgear.org/cvs/anoncvs.html Instructions for the FlightGear CVS repository]



Revision as of 01:30, 12 July 2009

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. The CVS Changelog shows all updates made to the CVS repository.

How to use FlightGear's CVS

Windows: Easy! The following instructions will lead you to your goal. They are very similar, you will probably not have to read all of them:

Mac: Slightly trickier:

If you want to get really into it, see also: