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

Re: List of files that have changed

From: Paul Koning <pkoning_at_equallogic.com>
Date: 2006-01-19 16:11:55 CET

>>>>> "Ryan" == Ryan Schmidt <subversion-2006Q1@ryandesign.com> writes:

 Ryan> On Jan 18, 2006, at 23:50, Scott Clemmons wrote:
>> Is there a way with subversion (or with any of the GUI tools like
>> tortoise) to see a list of files that have changed in a range,
>> without all of the log information, and without duplications of
>> filename? So, for example, File_A may have been modified several
>> times between revision 5-10, but I only want to see File_A once in
>> the list.

 Ryan> You can use svn diff and throw away the diff. :-/ Kinda
 Ryan> wasteful of bandwidth, but it should work...

svn log -v -r foo:bar | awk <something> | sort | uniq

The awk program is left as an exercise for the student.

    paul

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 19 18:45:52 2006

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.