[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: list files in subdirectory that have changed

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-10-27 22:00:59 CEST

On Oct 27, 2007, at 07:34, Anton Melser wrote:

> Is there any "official" way to show a list of files that have changes
> between revision X and Y but only in a particular subdirectory? svn
> log shows all the files for a particular revision...

Try:

$ svn diff -rX:Y --summarize url://to/repo/subdirectory

You'll need Subversion 1.4.0 or newer for the "--summarize" switch.

> Basically, we have some files which are compiled into a library, and
> others which are deployed directly. So the files that are compiled are
> of no interest (and are not in the subdirectory), and if a file has
> been modified n times then we only want to see it once. I have spent
> quite a while looking but haven't found anything. Is there anything
> official? Am I using the wrong keywords in google? I could always bust
> out the PERL, but I'm not a big fan... and if it already exists then
> why reinvent!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Oct 27 22:03:53 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.