Changes between Version 26 and Version 27 of WikiStart


Ignore:
Timestamp:
Mar 30, 2008, 2:47:22 PM (16 years ago)
Author:
stuartm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v26 v27  
    11= Welcome to the MythTV Trac server =
    22
    3 As part of the switch from cvs to [http://subversion.tigris.org subversion], the MythTV developers have switched to Trac for ticket management and source browsing.
     3If you'd like to get the 0.21 stable branch, do this:
    44
    5 If you're looking for anonymous subversion access, use the following commands to grab the latest code:
     5{{{
     6svn co http://svn.mythtv.org/svn/branches/release-0-21-fixes/
     7}}}
     8
     9If you're looking for anonymous subversion access for the development version, use the following command to grab the latest code:
    610
    711{{{
     
    913}}}
    1014
    11 
    12 If you'd like to get the 0.21 stable branch, do this instead:
    13 
    14 {{{
    15 svn co http://svn.mythtv.org/svn/branches/release-0-21-fixes/
    16 }}}
    17 
    1815Once you have a checkout, you can just do a '''svn update''' at any time to update it to the most recent revision.  If you're making modifications, a simple '''svn diff''' will generate a unified diff.  It's quite similar to CVS, but [http://svnbook.red-bean.com/en/1.1/index.html the subversion book] has all the information you'd ever want on how to use it.  The [http://svnbook.red-bean.com/en/1.1/ch03s05.html Basic Work Cycle] chapter is especially handy.
    1916
    20 Instead of sending patches to the mythtv-dev mailing list for inclusion to MythTV, please create a ticket instead (TicketHowTo).  This should allow us to track patches better, and hopefully get them handled in a much more timely manner (and avoid losing patches).
     17'''Please subscribe to the mythtv-dev mailing list if you plan to run trunk!''' Instead of sending patches to the mythtv-dev mailing list for inclusion to MythTV, please create a ticket instead (TicketHowTo).  This should allow us to track patches better, and hopefully get them handled in a much more timely manner (and avoid losing patches).
    2118
    2219P.S.  There are a few links here to the official Trac website -- before submitting a bug report, please make sure you haven't accidentally wandered over there.