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

[Subclipse-users] svnant

From: sameer danthurthy <danths_at_gmail.com>
Date: Wed, 18 Jun 2008 12:09:44 -0500

Hello: We use subversion for a managing datafiles for a given project.
Users regularily tag the trunk and the tags are stored in
/repository/tags directory.

In the manual way, users then do

svn diff --old=http://myurl/sandbox/tags/1.1
--new=http://myurl/sandbox/tags/1.2 --summarize

and then export out the results one by one and deploy those file. I
was hoping that I could automate it purely using ant tasks, however
looks like some of the challenges are:-
1. summarize option is not supported in svn task diff
2. secondly, even if summarize was supported, I might have to add
additional shell scripts to parse through the output and export
individual files

Any advice on how this could be accomplished in alternate ways?

-- 
Sameer Danthurthy
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-06-18 19:10:43 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.