You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Manickavel, Senthil" <se...@philips.com> on 2010/02/22 14:58:11 UTC

Collect only the files changed

Hi,
        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

With Regards,
Senthil

The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.

Re: Collect only the files changed

Posted by Ryan Schmidt <su...@ryandesign.com>.
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.