Changes between Version 54 and Version 55 of UpdatingBugzilla
- Timestamp:
- Feb 10, 2017, 8:29:41 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UpdatingBugzilla
v54 v55 59 59 == Setup from git-svn Repository == #setup-from-git-svn-repo 60 60 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.61 Pull 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. 62 62 63 63 * Clone the git repository. … … 75 75 {{{ 76 76 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/master78 77 git svn fetch 79 78 }}} 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? 80 84 81 85 * TBD.