You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Michael Satterwhite <mi...@weblore.com> on 2006/08/18 21:42:39 UTC

Question on reporting

I'm looking to do something that sounds easy, but I don't see the 
command for it. Is there a way in subversion to find out specifically 
which files have changed between two specific commits? IOW, If I'm at 
revision 5, can I list the files that changed since revision 3? If not, 
that would be a useful report.

-- 
Fight software piracy!
Don't pirate MS Office - that's theft.
Instead, use ours - it's legal and free
      www.openoffice.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Question on reporting

Posted by Hari Kodungallur <hk...@gmail.com>.
On 8/18/06, Michael Satterwhite <mi...@weblore.com> wrote:
>
> I'm looking to do something that sounds easy, but I don't see the
> command for it. Is there a way in subversion to find out specifically
> which files have changed between two specific commits? IOW, If I'm at
> revision 5, can I list the files that changed since revision 3? If not,
> that would be a useful report.
>
>
I vaguely remember someone suggesting a "--list-files" option or something
similar to that for "svn log". I do not remember what happened to that.

However, the following should work for almost all cases:
  svn log -r 3:HEAD -v | grep "   [AMD]"

or for a unique list:
  svn log -r 3:HEAD -v | grep "   [AMD]" | sort | uniq

rgds
-- 
-Hari Kodungallur
SpikeSource Inc.
http://developer.spikesource.com