unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* syncase-in-boot-9 merged to master; savannah down
@ 2009-05-29 14:16 Andy Wingo
  2009-05-30 22:25 ` Neil Jerram
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Wingo @ 2009-05-29 14:16 UTC (permalink / raw)
  To: guile-devel

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/




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-05-31 12:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-29 14:16 syncase-in-boot-9 merged to master; savannah down Andy Wingo
2009-05-30 22:25 ` Neil Jerram
2009-05-31 12:17   ` Andy Wingo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).