[Webkit-unassigned] [Bug 36193] git.webkit.org repository is missing svn revision r49890

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 18 09:16:23 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36193





--- Comment #13 from David Kilzer (ddkilzer) <ddkilzer at webkit.org>  2010-03-18 09:16:22 PST ---
(In reply to comment #11)
> Sure.  Waiting to coordinate with Bill on the update.

We've started the process of fixing the history on the master.  When it's
complete (in 1-2 hours), Bill will push a repaired git repository with a new
master branch, and the old (broken) master branch renamed to "broken-master". 
(He or I will post a comment here when that's done.)

If you have pulled from the broken master previously, you'll want to do the
following:

1. Rename master to broken-master:
$ git branch -m master broken-master

2. Create a new master starting at r49889 (the commit before the missing r49890
commit):
$ git checkout -b master 81e1876cbf3bc239eca66e1a48367b9b277d66e1

3. Run your usual git-pull or git-fetch command to pull the new master branch
down.

After that, it's up to you whether you want to rebase your local branches
against the new master branch or leave them based on broken-master.

--

While we were working on this, we came up with a possible cause and fix for the
occasional corruption that happens (see Comment #12) when the git.webkit.org
repository is updated (via git-push using an svn post-commit hook).  Time will
tell if we've fixed the issue.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list