Re: svn tagging using Ant

2008-10-16 Thread David Weintraub
You need to get svn-ant, install it on your build system, and then include the jar in your build.xml file. Here's what I have in my build.xml. I pass build.num through the command line: That defines the ant tasks, the labeling looks like thi

Re: svn tagging using Ant

2008-10-15 Thread Nan Null
The document for svn ant will tell you exactly how to do that. Give it a shot, and ask question later, specific exactly what problem you encounter. On Wed, Oct 15, 2008 at 12:55 AM, siba prasad <[EMAIL PROTECTED]> wrote: > > Hi , > > The requirement is as follows.I want to tag the code base.For w