Re: [Flightgear-devel] ..the git bundle dance, was: Howto download aircraft ( and others data ) from Git

2013-09-03 Thread Patrick Callahan
Gitortious bandwidth is limited by its terms ofService.

>
> > without eating away too much of your bandwidth? (Why is gitorius
> > bandwidth limited???)
>
--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] ..the git bundle dance, was: Howto download aircraft ( and others data ) from Git

2013-09-03 Thread Arnt Karlsen
On Tue, 3 Sep 2013 16:58:39 +0200, Arnt wrote in message 
<20130903165839.2a0ea...@nb6.lan>:

> On Tue, 03 Sep 2013 14:28:21 +0100, James wrote in message 
> <4c5262ae-653a-475f-ad09-91fe74617...@mac.com>:
> 
> > 
> > On 3 Sep 2013, at 14:13, grtuxhangar team 
> > wrote:
> > 
> > > How could we have FGData split  in several part  which can be
> > > downloaded easily ? Or is there any other way with Git which is
> > > similar to the old way with "snapshot."  ?
> > 
> > For 3.0 I will be making FGData significantly smaller, since the
> > size of the Git repo is indeed a big problem. Some pieces will
> > become truly optional, and others will be downloaded in different
> > ways.
> > 
> > However this is all for the future, I'm afraid I don't have a short
> > term answer.
> 
> ..a short term answer would be do a wget -c fgdata.bundle, the 
> git bundle dance and then do a git pull to make gitorius happy, 
> but do we still have such fgdata.bundle animals anywhere?  


..primer:
http://git-scm.com/blog/2010/03/10/bundles.html

..up to date recipes and "--all":
http://git-scm.com/docs/git-bundle
http://stackoverflow.com/questions/11792671/how-to-git-bundle-a-complete-repo

..forget DVDs, put FG scenery, fgdata 
etc on usb sticks or on sdhc cards: 
arnt@celsius:~/FG-git$ du -sch fgdat*
14G fgdata
14G fgdata_2.10.0
27G fgdata_2.12.0
14G fgdata_2.8.0
27G fgdata_2.99.9
93G total
arnt@celsius:~/FG-git$ 

..the DVDs will work for Aircraft:
arnt@celsius:~/FG-git$ du -sch fgdata_2.99.9/Aircraf*
6.1Gfgdata_2.99.9/Aircraft
984Kfgdata_2.99.9/Aircraft-uiuc
6.1Gtotal
arnt@celsius:~/FG-git$ 



-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] ..the git bundle dance, was: Howto download aircraft ( and others data ) from Git

2013-09-03 Thread Roland Haeder
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

if you need a bundle file, you can try to download my fgdata.bundle
(unmodified, but a little out-dated) from my BitTorrent tracker
(including all updates):

http://mxchange.org:23456/

Roland

On 09/03/2013 09:52 PM, Anders Gidenstam wrote:
> On Tue, 3 Sep 2013, Arnt Karlsen wrote:
> 
>> ..forget DVDs, put FG scenery, fgdata etc on usb sticks or on
>> sdhc cards: arnt@celsius:~/FG-git$ du -sch fgdat* 14G fgdata 
>> 14G fgdata_2.10.0 27G fgdata_2.12.0 14G fgdata_2.8.0 
>> 27G fgdata_2.99.9 93G total arnt@celsius:~/FG-git$
> 
> It is worth noting that what you need to restore a git repository
> is the contents of the .git directory. (A bundle, presumably, is
> that same data but arranged differently.)
> 
> The size of a reasonably clean (after git gc) fgdata .git
> directory is about 5889 MB currently. Larger than a DVD, but not
> too bad for moving with a USB stick or similar.
> 
> And, of course, that contains the data for all releases until now.
> 
> Cheers,
> 
> Anders
> 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlImRicACgkQty+BhcbHvXjIuACeJkOSiHXuSRNBbaSwQZWEFkO3
LboAn0PppUg64Mbc7P3eqfHTDq0Dzdzd
=yGZ/
-END PGP SIGNATURE-

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] ..the git bundle dance, was: Howto download aircraft ( and others data ) from Git

2013-09-03 Thread Arnt Karlsen
On Tue, 03 Sep 2013 23:46:17 +0200, Roland wrote in message 
<522658a9.9080...@mxchange.org>:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On 09/03/2013 11:22 PM, Arnt Karlsen wrote:
> > On Tue, 03 Sep 2013 22:27:19 +0200, Roland wrote in message 
> > <52264627.6090...@mxchange.org>:
> > 
> >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1
> >> 
> >> Hi,
> >> 
> >> if you need a bundle file, you can try to download my
> >> fgdata.bundle (unmodified, but a little out-dated) from my
> >> BitTorrent tracker (including all updates):
> >> 
> >> http://mxchange.org:23456/
> >> 
> >> Roland
> > 
> > ..neat, fgdata-update-00*.bundle are updates to your fgdata.bundle,
> >  how old is fgdata-update-006.bundle? And fgdata-update-007.bundle?
> > ;o)
> > 
> > ..can we use these in future versions of download_and_compile.sh 
> > without eating away too much of your bandwidth? (Why is gitorius
> > bandwidth limited???)
> > 
> The main forum thread is here:
> 
> http://www.flightgear.org/forums/viewtopic.php?f=17&t=17268
> 
> If you like you can integrate the torrent links into your script as an
> alternative download method for fgdata bundle. The FG wiki provides
> good help in how to handle bundles:
> 
> http://wiki.flightgear.org/FlightGear_Git:_data_developers#Bundle

..heh, we don't get much closer to "paste that right in!" :o)

> More tomorrow, when I'm back home.
> 
> Roland


-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] ..the git bundle dance, was: Howto download aircraft ( and others data ) from Git

2013-09-03 Thread Anders Gidenstam
On Tue, 3 Sep 2013, Arnt Karlsen wrote:

> ..forget DVDs, put FG scenery, fgdata
> etc on usb sticks or on sdhc cards:
> arnt@celsius:~/FG-git$ du -sch fgdat*
> 14G fgdata
> 14G fgdata_2.10.0
> 27G fgdata_2.12.0
> 14G fgdata_2.8.0
> 27G fgdata_2.99.9
> 93G total
> arnt@celsius:~/FG-git$

It is worth noting that what you need to restore a git repository is the 
contents of the .git directory. (A bundle, presumably, is that same data 
but arranged differently.)

The size of a reasonably clean (after git gc) fgdata .git directory
is about 5889 MB currently. Larger than a DVD, but not too bad for 
moving with a USB stick or similar.

And, of course, that contains the data for all releases until now.

Cheers,

Anders
-- 
---
Anders Gidenstam
WWW: http://gitorious.org/anders-hangar
  http://www.gidenstam.org/FlightGear/

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] ..the git bundle dance, was: Howto download aircraft ( and others data ) from Git

2013-09-03 Thread Roland Haeder
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 09/03/2013 11:22 PM, Arnt Karlsen wrote:
> On Tue, 03 Sep 2013 22:27:19 +0200, Roland wrote in message 
> <52264627.6090...@mxchange.org>:
> 
>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1
>> 
>> Hi,
>> 
>> if you need a bundle file, you can try to download my
>> fgdata.bundle (unmodified, but a little out-dated) from my
>> BitTorrent tracker (including all updates):
>> 
>> http://mxchange.org:23456/
>> 
>> Roland
> 
> ..neat, fgdata-update-00*.bundle are updates to your fgdata.bundle,
>  how old is fgdata-update-006.bundle? And fgdata-update-007.bundle?
> ;o)
> 
> ..can we use these in future versions of download_and_compile.sh 
> without eating away too much of your bandwidth? (Why is gitorius
> bandwidth limited???)
> 
The main forum thread is here:

http://www.flightgear.org/forums/viewtopic.php?f=17&t=17268

If you like you can integrate the torrent links into your script as an
alternative download method for fgdata bundle. The FG wiki provides
good help in how to handle bundles:

http://wiki.flightgear.org/FlightGear_Git:_data_developers#Bundle

More tomorrow, when I'm back home.

Roland
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlImWKkACgkQty+BhcbHvXgxPACffY4H+BMVEDMWnVTzprhknU5m
2OIAoIArTiFwkfElI+JTh0OUL0oozdkv
=/g5O
-END PGP SIGNATURE-

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] ..the git bundle dance, was: Howto download aircraft ( and others data ) from Git

2013-09-03 Thread Arnt Karlsen
On Tue, 03 Sep 2013 22:27:19 +0200, Roland wrote in message 
<52264627.6090...@mxchange.org>:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Hi,
> 
> if you need a bundle file, you can try to download my fgdata.bundle
> (unmodified, but a little out-dated) from my BitTorrent tracker
> (including all updates):
> 
> http://mxchange.org:23456/
> 
> Roland

..neat, fgdata-update-00*.bundle are updates to your fgdata.bundle, 
how old is fgdata-update-006.bundle?  
And fgdata-update-007.bundle? ;o)

..can we use these in future versions of download_and_compile.sh 
without eating away too much of your bandwidth?  
(Why is gitorius bandwidth limited???)

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel