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

Re: how to get the list of all changed files between to revisions?

From: Johnathan Gifford <jgifford_at_wernervas.com>
Date: 2006-06-21 21:12:47 CEST

svn log -v -r {"2006-06-17 00:05"}:{"2006-06-21 00:05"}

There are more options available and useful for log, but the above is the
basic syntax for getting revisions between dates. If you need just files,
use the xml option and create a style sheet to extract the list as you need
it.

However, revision date ranges do not always include all revisions between
occasionally it will pickup a revision just prior to the oldest date for
some weird reason.

Johnathan

On 6/21/06 2:00 PM, "steven11@gmx.de" <steven11@gmx.de> wrote:

> Hallo
>
> how can I get the list of all changed files between to revisions?
>
> Thanks,
> Steven
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 21 21:18:44 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.