DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23824>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23824 Would like to run the CVS ChangeLog filtering by the tag/branch name Summary: Would like to run the CVS ChangeLog filtering by the tag/branch name Product: Ant Version: 1.5.2 Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Currently the CVS ChangeLog command will give you all the changes to a specific directory from a given start date. CVS allows you to add a log filter on rev.Tag. I have checked the latest code and this capablity has not been added yet. Basically after the -d ">=YYYY-MM-dd" command there needs to be a -rXXXXX, where the XXXXX equals the tag name. Would it be possible to add this capability? I have looked at the TagDiff, but am unsure if we specify a specific directory. Also the rootDir attribute that is in the documentation does not seem to be supported by the CVSTagDiff Task. Any Help would be greatly appreciated. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]