Re: CVS Commit with ANT

2003-07-21 Thread Nick Chalko
Yes I have done cvs commits with ant Here is a an exmple for doing a "tag" value="build-${project.version.V}_${project.version.v}_${project.version.fix}" /> message="Tagging the source tree as ${cvsbuild.cent.cvs.tag}" />

RE: CVS Commit with ANT

2003-07-17 Thread Robert Koberg
Hi, Shouldn't you do a 'cvs update' first? And if so, what happens if you get a conflict? And if not, what happens if a change has been made and it won't let you commit? ? -Rob - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

RE: CVS Commit with ANT

2003-07-17 Thread Navanee
Hello, Please try this: Regards, navanee -Original Message- From: Vikas Phonsa [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 12:04 AM To: '[EMAIL PROTECTED]' Subject: CVS Commit with ANT Hi Does any one know if there is an Ant task to do CVS commit. I have seen the CVS tas

Re: CVS Commit with ANT

2003-07-16 Thread Gus Heck
I'm doing CVS commit from ant via the apply task currently. I needed to sudo out of root for this particular situation, so cvs wouldn't have worked and I havn't tried the cvs command directly for commits. Apply works great for me though. This sort of question (How do I...?) is best asked on the