Thanks again everyone for the great feedback.  I was completely unaware of
the git bundle mechanism.  That actually seems like it is the simplest and
most straight forward.  It allows pretty typical work flow with just an
alternative mechanism for handling the network parts.  The only tricky
thing appears that I have to manually look at the log of commits and make
sure I bundle the right things.  Typical pull/push over the network figures
all that out automatically.

In my case I can sneaker-net the bundle or if it's small (which it usually
is) I can sz/rz them back and forth over my slow console connection.

So +1 on git bundle! :-)

Curt.


On Wed, Oct 3, 2012 at 4:05 AM, James Turner wrote:

>
> On 3 Oct 2012, at 09:41, Tim Moore wrote:
>
> > A better alternative in your case might be to use git bundles, which
> > pack into a file the data that would be on the wire in a git push.
> > http://git-scm.com/2010/03/10/bundles.html seems well suited to your
> scenario.
>
> Oooh, I didn't know about these - they sound like a good solution to
> Curt's issue.
>
> (Well, I'm a little surprised he/Curt can't rig some kind of serial/
> usb-ethernet connection sufficient to push/pull directly from the device,
> but that's 'solving the wrong problem' :)
>
> James
>
>
>
> ------------------------------------------------------------------------------
> Don't let slow site performance ruin your business. Deploy New Relic APM
> Deploy New Relic app performance management and know exactly
> what is happening inside your Ruby, Python, PHP, Java, and .NET app
> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
> http://p.sf.net/sfu/newrelic-dev2dev
> _______________________________________________
> Flightgear-devel mailing list
> Flightgear-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flightgear-devel
>



-- 
Curtis Olson:
http://www.atiak.com - http://aem.umn.edu/~uav/
http://www.flightgear.org - http://gallinazo.flightgear.org
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to