Changes between Version 12 and Version 13 of WikiStart


Ignore:
Timestamp:
Nov 8, 2005, 7:12:30 PM (18 years ago)
Author:
adeffs@…
Comment:

Information regarding specfic revision checkout. Information regarding the recent breaking of Live TV required for enhancement by the devs. Grammer clean-up.

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v12 v13  
    1919}}}
    2020
    21 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.
     21If you'd like to check out a specific revision, do this:
     22
     23{{{
     24svn co -r 7738 http://svn.mythtv.org/svn/trunk/mythtv
     25svn co -r 7738 http://svn.mythtv.org/svn/trunk/mythplugins
     26svn co -r 7738 http://svn.mythtv.org/svn/trunk/myththemes
     27}}}
     28
     29Just replace 7738 with the revision number.
     30
     31P.S. 08Nov2005 - Revision 7738 is the latest revision before Live TV was broken. Live TV is currently under heavy development change.
     32
     33Once you have a checkout, you can just do a '''svn update''' at any time to update it to the most recent revision.  Or use '''svn update -r 7738''' to update to a specific revision.
     34
     35If 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.
     36
     37If you are having troubles checking out the source, and you are behind a web proxy (such as squid), [http://subversion.tigris.org/faq.html#proxy this] may help.
     38
     39== Bug Reports and Patches ==
     40
     41Before submitting Bugs please check with the [http://www.mythtv.org/mailman/listinfo/mythtv-users/ MythTV-users list] to make sure the bug has not already been fixed or is machine specific (ie. to YOUR machine). Then check with the [http://www.mythtv.org/mailman/listinfo/mythtv-dev/ MythTV-dev list] to make sure the developers don't already know about the issue and to "ask permission" to create a ticket. This method helps minimize wasted developer time on non-issue bugs so please follow it!
    2242
    2343Instead 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).
     
    2545P.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.
    2646
    27 If you are having troubles checking out the source, and you are behind a web proxy (such as squid), [http://subversion.tigris.org/faq.html#proxy this] may help.
    28 
    29 == Wanting to help out? ==
     47== Want to help out? ==
    3048 * FutureDevelopment -- a list of possible things to look at working on.
    3149 * report:1 -- There are lots of open bugs that could use fixing, and patches that can use testing