From users-return-1141-daniel=haxx.se@subversion.apache.org Mon Feb 22 16:05:06 2010 Return-Path: Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by giant.haxx.se (8.14.3/8.14.3/Debian-9) with SMTP id o1MF55vr006477 for ; Mon, 22 Feb 2010 16:05:06 +0100 Received: (qmail 45441 invoked by uid 500); 22 Feb 2010 15:05:00 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 45433 invoked by uid 99); 22 Feb 2010 15:05:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Feb 2010 15:05:00 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [80.67.18.43] (HELO smtprelay01.ispgateway.de) (80.67.18.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Feb 2010 15:04:52 +0000 Received: from [70.253.87.169] (helo=[192.168.7.75]) by smtprelay01.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1NjZpm-0005mn-5l; Mon, 22 Feb 2010 16:04:30 +0100 Subject: Re: Collect only the files changed Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Ryan Schmidt In-Reply-To: Date: Mon, 22 Feb 2010 09:04:25 -0600 Cc: David Weintraub , Daniel Widenfalk , "users@subversion.apache.org" Content-Transfer-Encoding: quoted-printable Message-Id: References: <4B6C5E06.5000000@iar.com> To: "Manickavel, Senthil" X-Mailer: Apple Mail (2.1077) X-Df-Sender: 368818 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) >=20 > 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.