FlightGear Git: Difference between revisions

Jump to navigation Jump to search
m
wiki-links
No edit summary
m (wiki-links)
Line 1: Line 1:
The Flightgear project has been experimenting with the [http://git-scm.com Git] distributed version control system as a replacement for CVS.
The [[Flightgear]] project has been experimenting with the [http://git-scm.com Git] distributed version control system as a replacement for [[CVS]].


== Git Flightgear Quickstart ==
== Git Flightgear Quickstart ==
The Git repositories are at http://repo.or.cz/w/simgear.git and http://repo.or.cz/w/flightgear.git. To check out the maintenance branch of Simgear:
The Git repositories are at http://repo.or.cz/w/simgear.git and http://repo.or.cz/w/flightgear.git. To check out the maintenance branch of [[Simgear]]:


  git clone git://repo.or.cz/simgear.git
  git clone git://repo.or.cz/simgear.git
Line 21: Line 21:


== Flightgear and Git ==
== Flightgear and Git ==
The repositories at <tt>repo.or.cz</tt> are experimental, but when we do switch to Git the real repositories will be set up similarly. For historical reasons there continue to be separate repositories for Simgear and Flightgear. There are 3 interesting branches in the repositories. Listed in order from least stable to most:
The repositories at <tt>repo.or.cz</tt> are experimental, but when we do switch to Git the real repositories will be set up similarly. For historical reasons there continue to be separate repositories for Simgear and Flightgear. There are 3 interesting branches in the repositories. Listed in order from least stable to most:
* <tt>next</tt> The current tip of new development. This branch should always compile and run, but various things could be broken.
* <tt>next</tt> The current tip of new development. This branch should always compile and run, but various things could be broken.

Navigation menu