FlightGear Git: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
m (Change to "Cloning FlightGear" for the fs part.)
mNo edit summary
Line 1: Line 1:
{{FlightGearGitOn}}
In May 2010, after a hardware failure on the CVS servers, the [[FlightGear]] project changed version control system from [[CVS]] to '''Git'''. The Git repositories are located at [http://gitorious.org/fg Gitorious] and at the [http://mapserver.flightgear.org/git/?p=fgdata;a=summary Mapserver].
In May 2010, after a hardware failure on the CVS servers, the [[FlightGear]] project changed version control system from [[CVS]] to '''Git'''. The Git repositories are located at [http://gitorious.org/fg Gitorious] and at the [http://mapserver.flightgear.org/git/?p=fgdata;a=summary Mapserver].


Due to the recent switch, we are currently doing our best on providing manuals for obtaining FlightGear through Git. The following articles are work in progress as of June 1st:
Due to the recent switch, we are currently doing our best on providing manuals for obtaining FlightGear through Git. The following articles are work in progress:
* '''Mac OS X:''' [[FlightGear Git on Mac OS X]]
* '''Mac OS X:''' [[FlightGear Git on Mac OS X]]
* '''Windows:''' [[FlightGear Git on Windows]]
* '''Windows:''' [[FlightGear Git on Windows]]
Line 23: Line 24:


==Quick checkout==
==Quick checkout==
Brief notes:
Brief notes:


Line 34: Line 34:


===Cloning SimGear===
===Cloning SimGear===
<pre>
$ git clone git://gitorious.org/fg/simgear.git
$ git clone git://gitorious.org/fg/simgear.git
Initialized empty Git repository in /home/gpatterson/project/flightgear/compiles/simgear/.git/
Initialized empty Git repository in /home/gpatterson/project/flightgear/compiles/simgear/.git/
remote: Counting objects: 19784, done.
remote: Counting objects: 19784, done.
remote: Compressing objects: 100% (5896/5896), done.
remote: Compressing objects: 100% (5896/5896), done.
remote: Total 19784 (delta 15095), reused 17731 (delta 13610)
remote: Total 19784 (delta 15095), reused 17731 (delta 13610)
Receiving objects: 100% (19784/19784), 6.85 MiB | 88 KiB/s, done.
Receiving objects: 100% (19784/19784), 6.85 MiB | 88 KiB/s, done.
Resolving deltas: 100% (15095/15095), done.
Resolving deltas: 100% (15095/15095), done.
</pre>


===Cloning FlightGear===
===Cloning FlightGear===
<pre>
$ git clone git://gitorious.org/fg/flightgear.git
$ git clone git://gitorious.org/fg/flightgear.git
Initialized empty Git repository in /home/gpatterson/project/flightgear/compiles/flightgear/.git/
Initialized empty Git repository in /home/gpatterson/project/flightgear/compiles/flightgear/.git/
remote: Counting objects: 72119, done.
remote: Counting objects: 72119, done.
remote: Compressing objects: 100% (17140/17140), done.
remote: Compressing objects: 100% (17140/17140), done.
remote: Total 72119 (delta 57619), reused 68255 (delta 54756)
remote: Total 72119 (delta 57619), reused 68255 (delta 54756)
Receiving objects: 100% (72119/72119), 19.56 MiB | 111 KiB/s, done.
Receiving objects: 100% (72119/72119), 19.56 MiB | 111 KiB/s, done.
Resolving deltas: 100% (57619/57619), done.
Resolving deltas: 100% (57619/57619), done.
</pre>


===Cloning FGData===
===Cloning FGData===

Navigation menu