Does anyone have a working example of using CVS add with ANT?
I want to do the following:
1. check out an archive (I can do this just fine) 2. create a directory under the main archive (mkdir ...) 3. add this directory (CVS add...) 4. commit the directory (CVS commit ...) 5. create a sub-directory (mkdir ...) 6. add the sub-directory (CVS add ...) 6. commit the sub-directory (cvs commit ...) (put some logs into the directory -- these are ant build logs) 7. add the new log files to the CVS archive (cvs add ...) 8. commit the log files (cvs commit ...)