Changes between Version 3 and Version 4 of UpdatingBugzilla


Ignore:
Timestamp:
Jul 31, 2009 4:27:51 PM (15 years ago)
Author:
ddkilzer@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UpdatingBugzilla

    v3 v4  
    77== Setup ==
    88
    9 * Check out Bugzilla sources from CVS (for reference).
     9 * Check out Bugzilla sources from CVS (for reference).
    1010{{{
    1111    cvs -d ":pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot" co -d bugzilla.cvs mozilla/webtools/bugzilla
    1212}}}
    1313
    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).
    1515{{{
    1616    rm -f ~/.cvsps/\:pserver\:anonymous@cvs-mirror.mozilla.org\:#cvsroot#mozilla#webtools#bugzilla
     
    1919}}}
    2020
    21 * Import BugsSite from the WebKit repository into a local git repository.
     21 * Import BugsSite from the WebKit repository into a local git repository.
    2222{{{
    2323    mkdir BugsSite.git
     
    2727}}}
    2828
    29 * Create a local git repository to do the merge.
     29 * Create a local git repository to do the merge.
    3030{{{
    3131    mkdir update.git