Close
jGuru Forums
Posted By: Sean_Devlin Posted On: Thursday, October 9, 2003 02:34 AM
I have created an ANT script that does the following :- 1)CVS Checkout 2)Build Files 3)Create JAR & EAR I also have a textfile containing a buildnumber which increments after each build. BUT what i want to do is create a new ANT Target that will commit (checkin) this SINGLE version file back into CVS. Any Help much appreciated
Re: ANT CVS commit
Posted By: Anonymous Posted On: Tuesday, November 25, 2003 11:48 PM
How do you would do this on command line?
cvs add NEWFILEcvs commit -m "a new file" NEWFILE
That should be possible with two calls ...