On Wed, 2005-09-07 at 04:37, S I wrote: > Hi > > I wish there was Ant Core Task support for Subversion. I have downloaded > bunch of 3rd party utilities, althought they accomplish the job somewhat > clumsily, they'll do for now. Is there going to be support for Subversion > soon? > > My 2nd question: I'm modifying my Ant scripts to commit couple of files > into SVN and then tag the repository. I don't like the limited options of > SVN in how it handles tagging. I run my build files from my WinXP and > repository's on a Linux server under Apache. Does Ant have any feature to > allow me to parse a log file and grep for a revision number, then pass that > rev# to the "svn copy /trunk /tag/rev#" without resorting to Perl or any > other scripting language? >
Have a look at <concat /> with filterchains, and then load the output into your revision property via <loadfile /> James > Thanks > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
