Changes between Version 3 and Version 4 of UpdatingBugzilla
- Timestamp:
- Jul 31, 2009, 4:27:51 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UpdatingBugzilla
v3 v4 7 7 == Setup == 8 8 9 * Check out Bugzilla sources from CVS (for reference).9 * Check out Bugzilla sources from CVS (for reference). 10 10 {{{ 11 11 cvs -d ":pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot" co -d bugzilla.cvs mozilla/webtools/bugzilla 12 12 }}} 13 13 14 * Import original Bugzilla sources from CVS into a local git repository (may take a couple of hours).14 * Import original Bugzilla sources from CVS into a local git repository (may take a couple of hours). 15 15 {{{ 16 16 rm -f ~/.cvsps/\:pserver\:anonymous@cvs-mirror.mozilla.org\:#cvsroot#mozilla#webtools#bugzilla … … 19 19 }}} 20 20 21 * Import BugsSite from the WebKit repository into a local git repository.21 * Import BugsSite from the WebKit repository into a local git repository. 22 22 {{{ 23 23 mkdir BugsSite.git … … 27 27 }}} 28 28 29 * Create a local git repository to do the merge.29 * Create a local git repository to do the merge. 30 30 {{{ 31 31 mkdir update.git