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

[Subclipse-users] SVN Ant: Export added and modified files between two revisions.

From: Jan Du Toit <jan.du.toit_at_gmail.com>
Date: Mon, 3 Aug 2009 13:36:05 +0200

Hi,

I'm trying to achieve the following with SVN Ant:
Export all the files that were added/modified between two specific
revisions. I.o.w I want to export the files that changed between two
revisions.

Unfortunately, the SVN Export command cannot export a subset of the tree
(for instance export only the difference between two revisions) it can only
export the whole tree.

The only possible way I can see to do this is to perfom a svn-ant diff and
from the resulting file somehow determine what files has changed and then do
a one by one svn-ant export.

The resulting diff file is rather big. How can I get the svn-ant diff to
only give me the summary as the command line does? (svn diff --summarize)?

Regards, Jan.

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2379504

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2009-08-03 15:15:38 CEST

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.