[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: Nico Kadel-Garcia <nkadel_at_comcast.net>
Date: 2006-06-22 04:58:46 CEST

----- Original Message -----
From: <steven11@gmx.de>
To: <users@subversion.tigris.org>
Sent: Wednesday, June 21, 2006 2:58 PM
Subject: how to get the list of all changed files between to revisions?

> Hallo,
>
> how can I get the list of all changed files between to revisions?
>
> Thanks,
> Steven

Run an "svn diff" command, and run "grep" or "awk" commands on the output.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 22 05:00:33 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.