[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 12:18:10 PDT 2010


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





--- Comment #17 from David Kilzer (ddkilzer) <ddkilzer at webkit.org>  2010-03-18 12:18:09 PST ---
(In reply to comment #13)
> 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

2.5.  Edit .git/config to change references to "broken-master" back to master,
e.g.:

[branch "master"]
    remote = origin
    merge = refs/heads/master

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

I ran "git pull origin" and it updated the master branch as expected.

More feedback to follow.

-- 
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