[mythtv-users] Updating SVN?

Grant Emsley grant_emsley at yahoo.ca
Wed Nov 2 22:12:49 EST 2005


I'm currently running the SVN version of mythtv.  I finally figured out that 
to do SVN update you have to be in the directory it downloaded the source to 
(silly) me.

So if I originally ran the "svn co ..." command in ~/mythsource, I assume 
that to update I do this:

cd ~/mythsource
cd mythtv
svn update
./configure
make
make install

cd ../mythplugins
svn update
./configure --enable-all
make
make install

(and for myththemes too)

Does that look right?  Also, do I need to stop mythbackend/mythfrontend 
before doing "make install", or restart them once everything is installed?

Thanks,
Grant Emsley 



More information about the mythtv-users mailing list