[mythtv-users] Upgrade to .19 with SVN

Daniel A. Segel mythtv at archer-segel.com
Mon Feb 13 21:11:42 UTC 2006


A JM wrote:

> I'm going to upgrade my boxes this coming weekend and wanted to get a 
> grip on exactly how this needs to be done. They all are running SVN 
> 7255, so what steps do I need to do in order to upgrade to .19 and 
> what version is .19 - 8295?
>
> Does it generally follow the below:
>
> 1) uninstall Myth and Mythplugins application '$ mythtvssource: make 
> uninstall'
>
> 2) download newer version from SVN 'svn co -r 8295 
> http://cvs.mythtv.org/svn/trunk/mythtv' 
> <http://cvs.mythtv.org/svn/trunk/mythtv>
>
> 3) compile newer version of Myth: make mythtv.pro <http://mythtv.pro>
>
> 4) install Myth: make install
>
> What about the database? Does that need to be backed up before doing 
> the install?
>

If you still have the svn tree on your hard disk you can just do a 'svn 
update mythtv' to get it up to date. After that, I generally do the 
following:

cd mythtv
make distclean
./configure
qmake mythtv.pro
make
make install

Then do the same thing for mythplugins and myththemes as well. Backing 
up your database is a good idea since there were schema changes 
introduced at some point.

Daniel



More information about the mythtv-users mailing list