[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 over a range of revisions

From: Andy Levy <andy.levy_at_gmail.com>
Date: Fri, 4 Apr 2008 16:07:22 -0400

On 4/4/08, Stefan Küng <tortoisesvn_at_gmail.com> wrote:
> Richie wrote:
>
> > Is there any way to get a list of changed files over a range of
> > revisions? Let's say you want to see all files that have changed from
> > revision 1234 to 1245. Any way of selecting those revisions and having
> > a nice list? At the moment I have to eyeball each revision and note
> > each changed file.
> >
>
> Log dialog, select the two revisions (Ctrl-Click) in the top pane.
> Right-click, Choose "Compare revisions".
>
> Another way: use the repository browser, choose the two branches (again
> with ctrl-click), right-click, choose "compare revisions".
>
> There are other ways too, but these two should get you what you want.

Or if you have the command line client:

svn diff --summarize -r 1234:1245

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-04-04 22:07:29 CEST

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

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