Changes between Version 51 and Version 52 of WikiStart


Ignore:
Timestamp:
Dec 9, 2010, 8:20:21 PM (13 years ago)
Author:
sphery
Comment:

Update SVN info to Git info.

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v51 v52  
    44
    55{{{
    6 svn co http://svn.mythtv.org/svn/branches/release-0-24-fixes/ mythtv-0-24
     6git clone -b fixes/0.24 git://github.com/MythTV/mythtv.git
    77}}}
    88
    9 '''Unstable:''' If you're looking for anonymous subversion access for the development version, use the following command to grab the latest code:
     9'''Unstable:''' If you're looking for anonymous git access for the development version, use the following command to grab the latest code:
    1010
    1111{{{
    12 svn co http://svn.mythtv.org/svn/trunk/ mythtv-trunk
     12git clone git://github.com/MythTV/mythtv.git
    1313}}}
    1414
    15 Once 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.
     15Once you have a clone of the repository, you can just do a '''git pull''' at any time to update it to the most recent revision.  See also UsingGit for more information, including information for people interested in contributing to MythTV development.
    1616
    1717'''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).