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

[Subclipse-users] Repost: svnant

From: sameer danthurthy <danths_at_gmail.com>
Date: Mon, 23 Jun 2008 11:49:34 -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?

Thanks
Sameer

---------------------------------------------------------------------
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-23 18:50: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.