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

Re: Collect only the files changed

From: Ryan Schmidt <subversion-2010a_at_ryandesign.com>
Date: Mon, 22 Feb 2010 09:04:25 -0600

On Feb 22, 2010, at 08:58, Manickavel, Senthil wrote:

> Is there a way to collect only the files changed between 2 revisions? (without the directories)
>
> svn diff --summarize -r$FROM_REV:$TO_REV $URL_BASE

"svn diff --summarize" shows you the names of the files that changed. You'll then have to write a script to collect those files.
Received on 2010-02-22 16:05:06 CET

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.