= Welcome to the MythTV Trac server = As part of the changeover from cvs to [http://subversion.tigris.org subversion], the MythTV developers are also switching to Trac for ticket management and source browsing. We are still in the process of setting up the new system, so please bear with us while we get everything figured out. If you're looking for anonymous subversion access, use the following commands to grab the latest code: {{{ svn co http://cvs.mythtv.org/svn/trunk/mythtv svn co http://cvs.mythtv.org/svn/trunk/mythplugins svn co http://cvs.mythtv.org/svn/trunk/myththemes }}} If you'd like to get the stable 0.18.2 branch, do this instead: {{{ svn co http://cvs.mythtv.org/svn/branches/release-0-18-fixes/mythtv svn co http://cvs.mythtv.org/svn/branches/release-0-18-fixes/mythplugins svn co http://cvs.mythtv.org/svn/branches/release-0-18-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 [http://cvs.mythtv.org/trac/newticket create a ticket] instead. This should allow us to track patches better, and hopefully get them handled in a much more timely manner (and not lose patches, occasionally). 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. == 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.