Changes between Version 54 and Version 55 of UpdatingBugzilla


Ignore:
Timestamp:
Feb 10, 2017 8:29:41 PM (7 years ago)
Author:
ddkilzer@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UpdatingBugzilla

    v54 v55  
    5959== Setup from git-svn Repository == #setup-from-git-svn-repo
    6060
    61 Pull the repo from a central git server and set it up to do a merge.  This should be faster than the [#setup-from-scratch Setup from Scratch] section.
     61Pull the repo from a central git server and set it up to do a merge.  In theory, this should be faster than the [#setup-from-scratch Setup from Scratch] section.
    6262
    6363 * Clone the git repository.
     
    7575{{{
    7676    git svn init -T trunk/Websites/bugs.webkit.org http://svn.webkit.org/repository/webkit
    77     git config --replace svn-remote.svn.fetch trunk/WebSites/bugs.webkit.org:refs/remotes/origin/master
    7877    git svn fetch
    7978}}}
     79 FIXME: Should be able to make this faster by pre-caching `remotes/origin/trunk` and `remotes/origin/trunk@74393`.
     80
     81 * Set up tracking branch for upstream.
     82
     83 * Set up tracking branch for master?
    8084
    8185 * TBD.