Changes between Version 1 and Version 2 of UpdatingBugzilla


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

--

Legend:

Unmodified
Added
Removed
Modified
  • UpdatingBugzilla

    v1 v2  
    33= Updating Bugzilla =
    44
    5 This page describes a process to update the Bugzilla instance running on bugs.webkit.org.
     5This page describes a process to update the Bugzilla instance running on [http://bugs.webkit.org/ bugs.webkit.org].
     6
     7== Setup ==
     8
     9* Import original Bugzilla sources from CVS into a local git repository.
     10{{{
     11    rm -rf ~/.cvsps/\:pserver\:anonymous@cvs-mirror.mozilla.org\:#cvsroot#mozilla#webtools#bugzilla
     12    git cvsimport -d ":pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot" -C bugzilla.git -k mozilla/webtools/bugzilla
     13}}}
     14
     15* Import BugsSite from the WebKit repository into a local git repository.
     16{{{
     17    mkdir BugsSite.git
     18    cd BugsSite.git
     19    git svn init -T trunk/BugsSite http://svn.webkit.org/repository/webkit
     20    git svn fetch
     21}}}
     22
     23* Create a local git repository to do the merge