On 10/8/07, <b class="gmail_sendername">Todd Ferris</b> <<a href="mailto:tferris@gmail.com">tferris@gmail.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>My question is, how can I tell what has changed between tag/release-0-20-2 and what is now in branch/release-0-20-fixes. I assume that I should be able to just run a simple SVN command and it will spit out all of the changed files with the comments...
<br><br></blockquote></div><br>So I did a bit of research and came up with the following command:<br>svn diff <a href="http://svn.mythtv.org/svn/tags/release-0-20-2/">http://svn.mythtv.org/svn/tags/release-0-20-2/</a> <a href="http://svn.mythtv.org/svn/branches/release-0-20-fixes/">
http://svn.mythtv.org/svn/branches/release-0-20-fixes/</a><br><br>This ended up showing me all of the source code changes between the tag and what is currently in the branch, however it did not show me the commit details (
e.g. who committed, their comment, etc.) This is stuff that seems to be shown by the "status" command, but it only wants to show you info on a working copy. Do I need to check out the branch and do a status against the tag??? Any other methods?
<br><br>Thanks<br>Todd<br><br>