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" shows you the names of the files that changed. You'll then have to write a script to collect those files.
|
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.