<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Kevin Hayes wrote:
<blockquote cite="mid:20071025201903.169ebb25.wondecla@tpg.com.au"
 type="cite">
  <pre wrap="">On Wed, 24 Oct 2007 22:44:04 -0400
Harry Devine <a class="moz-txt-link-rfc2396E" href="mailto:lifter89@comcast.net">&lt;lifter89@comcast.net&gt;</a> wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Joe Ripley wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">On 10/23/07, Kevin Hayes <a class="moz-txt-link-rfc2396E" href="mailto:wondecla@tpg.com.au">&lt;wondecla@tpg.com.au&gt;</a> wrote:

  
      </pre>
      <blockquote type="cite">
        <pre wrap="">Thanks for the reply Joe, i was starting to tear my hair out on this,
i'll read the doc and submit a bug report.
    
        </pre>
      </blockquote>
      <pre wrap="">No need to submit a report, I've re-opened the ticket on this issue
already.  You can follow the progress here:

<a class="moz-txt-link-freetext" href="http://svn.mythtv.org/trac/ticket/3921">http://svn.mythtv.org/trac/ticket/3921</a>

  
      </pre>
      <blockquote type="cite">
        <pre wrap="">Is there a way of downloading an old svn, eg 14565 to downgrade this,
i browsed through the svn directories for 14565, but couldn't see
an obvious way to get the 14565 (or earlier) source.
    
        </pre>
      </blockquote>
      <pre wrap="">To downgrade your entire mythplugins, do this:
svn co -r 14565 <a class="moz-txt-link-freetext" href="http://svn.mythtv.org/svn/trunk/mythplugins">http://svn.mythtv.org/svn/trunk/mythplugins</a>

To downgrade just MythWeather, do this:
svn co <a class="moz-txt-link-freetext" href="http://svn.mythtv.org/svn/trunk/mythplugins">http://svn.mythtv.org/svn/trunk/mythplugins</a>
cd mythplugins
rm -rf mythweather
svn co -r 14565 <a class="moz-txt-link-freetext" href="http://svn.mythtv.org/svn/trunk/mythplugins/mythweather">http://svn.mythtv.org/svn/trunk/mythplugins/mythweather</a>

Then run the usual 'configure' and 'make'.

  
      </pre>
    </blockquote>
    <pre wrap="">I'm fairly new to SVN.  If I wanted to try out the latest mythweather, 
how would I go about doing that?  I have 0.20.2-163 installed via ATrpms 
(the latest that was available when SD went online).  Can I just do an 
svn co <a class="moz-txt-link-freetext" href="http://svn.mythtv.org/svn/trunk/mythplugins">http://svn.mythtv.org/svn/trunk/mythplugins</a> as stated above to 
get the code, then run configure &amp; make?

Thanks,
Harry
    </pre>
  </blockquote>
  <pre wrap=""><!---->
&gt;From my recent experience no, with the latest svn (at least up 
to 14701) mythweather don't work, but with svn 14565 it does.

You would need to uninstall the rpm packages then do:

# svn co -r 14565 <a class="moz-txt-link-freetext" href="http://svn.mythtv.org/svn/trunk/mythtv">http://svn.mythtv.org/svn/trunk/mythtv</a>
then configure make and make install, then

# svn co -r 14565 <a class="moz-txt-link-freetext" href="http://svn.mythtv.org/svn/trunk/mythplugins">http://svn.mythtv.org/svn/trunk/mythplugins</a>
then configure make and make install

As the upgrade to svn from 0.20.2 is a one way trip you should 
backup the mysql data base before you start (see mythwiki).

Its's working quite well with mythtv and mythplugins at svn 14565
here, ymmv


  </pre>
</blockquote>
I just read over the following Wiki article:&nbsp;
<a class="moz-txt-link-freetext" href="http://www.mythtv.org/wiki/index.php/Installing_MythTV_SVN_on_Fedora_Core">http://www.mythtv.org/wiki/index.php/Installing_MythTV_SVN_on_Fedora_Core</a>.&nbsp;
In it, it doesn't mention anything about backing up the database.&nbsp; How
would I go about this to ensure that when I remove the rpm packages and
compile everything, I can put the database back to where it currently
resides without losing anything?&nbsp; Would I have to re-run mythtv-setup
or anything like that?<br>
<br>
Thanks (and forgive my ignorance here),<br>
Harry<br>
</body>
</html>