&quot;<span style="color: rgb(31, 73, 125);">Should I
then run ./configure in that directory or should I make a temp copy of the
source and compile that?&quot;<br><br></span>yes, you would have to run make in that directory since that is where the make file resides. You may make a backup of what you just downloaded with SVN for future use<span style="color: rgb(31, 73, 125);">
<br><br>&quot;</span><span style="color: rgb(31, 73, 125);">And what happens when a new rev is released—is
there a special command to simply update the changes in /usr/src/mythtv?&quot;<br></span><br>Like Chris W. said, you would then have to &#39;make uninstall&#39; the version you&#39;ve installed then &#39;make clean&#39; then &#39;configure&#39;,&nbsp; make and then &#39;make install&#39;.
<br><br><span style="color: rgb(31, 73, 125);"></span><span style="color: rgb(31, 73, 125);"><br></span>I&#39;m just a dumb noob myself so I make no claims but in layman terms from my understandings...<br><br>SVN is a state in which the source code is tagged with a version number, it&#39;s a living thing, patches are applied and the version numbers change so certain source code changes are associated with certain version numbers.
<br><br>To download from SVN you would issue the command at the command line: <font size="-1"><b>svn</b> co http://<b>svn</b>.<b>mythtv</b>.org/<b>svn</b>/trunk/<b>mythtv, </b></font><font size="-1"><b>svn</b> co http://<b>
svn</b>.<b>mythtv</b>.org/<b>svn</b>/trunk/<b>mythplugins, </b></font><font size="-1"><b>svn</b> co http://<b>svn</b>.<b>mythtv</b>.org/<b>svn</b>/trunk/<b>myththemes<br></b><br>This would download MythTV &#39;Trunk&#39; at the latest version number or you could download a certain version number with &quot;co -r&quot; 
e.g. </font><font size="-1"><b>svn</b> co -r 13456 http://<b>svn</b>.<b>mythtv</b>.org/<b>svn</b>/trunk/<b>mythtv</b></font><font size="-1">. <br><br>Then you configure the options using .</font>/configure after which you then run &#39;make&#39; followed by &#39;make install&#39;
<br><br>Once you do it a couple of times it becomes a no brainer...<br><br>AJM,<br><br>