= Welcome to the MythTV Trac server = 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. If you're looking for anonymous subversion access, use the following commands to grab the latest code: {{{ svn co http://svn.mythtv.org/svn/trunk/mythtv svn co http://svn.mythtv.org/svn/trunk/mythplugins svn co http://svn.mythtv.org/svn/trunk/myththemes }}} If you'd like to get the stable 0.20 branch, do this instead: {{{ svn co http://svn.mythtv.org/svn/branches/release-0-20-fixes/mythtv svn co http://svn.mythtv.org/svn/branches/release-0-20-fixes/mythplugins svn co http://svn.mythtv.org/svn/branches/release-0-20-fixes/myththemes }}} 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. 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). P.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. 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. == Wanting to help out? == * FutureDevelopment -- a list of possible things to look at working on. * report:1 -- There are lots of open bugs that could use fixing, and patches that can use testing * [http://www.cuymedia.com/doxygen-dev-docs/html/ Source code documentation] -- A start at documenting the source. == Starting Points for using Trac == * TracGuide -- Built-in Documentation * [http://projects.edgewall.com/trac/ The Trac project] -- Trac Open Source Project * [http://projects.edgewall.com/trac/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions * TracSupport -- Trac Support For a complete list of local wiki pages, see TitleIndex. Trac is brought to you by [http://www.edgewall.com/ Edgewall Software], providing professional Linux and software development services to clients worldwide. Visit http://www.edgewall.com/ for more information.