guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

syncase-in-boot-9 merged to master; savannah down


From: Andy Wingo
Subject: syncase-in-boot-9 merged to master; savannah down
Date: Fri, 29 May 2009 16:16:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux)

Hey all,

With Ludovic's blessing, I went ahead and merged syncase-in-boot-9 into
master.

Unfortunately I can't push it, because savannah is down. It appears they
have had catastrophic disk failure.

So what I've done is reset my origin/master ref to my master ref:

    git update-ref refs/remotes/origin/master `git rev-parse master`

And created a git bundle for the "origin/master" ref :

    git bundle create guile-master.bundle --since=10.days origin/master

Download guile-master.bundle from

    http://wingolog.org/pub/guile-master.bundle

Then verify it:

    git bundle list-heads guile-master.bundle
    git bundle verify guile-master.bundle

The list-heads output should be:

    938d46a35d39ec5d7b5fa858a8783136ce24d10d refs/remotes/origin/master

And then apply:

    git bundle unpack guile-master.bundle

Then you can pull from master from your branches:

    git merge origin/master

You can repeat the first two steps to upload your changes.

Let me know how it goes,

Andy
-- 
http://wingolog.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]