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=13371>. 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=13371 [PATCH] Contributed new CvsExportDiff task Summary: [PATCH] Contributed new CvsExportDiff task Product: Ant Version: 1.6Alpha (nightly) Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have found the need to produce patches from CVS and wrap them up in a tar or zip file. There is no easy way to do this. I want to be able to pick all files between certain tags or from a particular date, for example. CvsTagDiff goes partway there but just produces a list of candidate files. My task 'CvsExportDiff' fills the gap. It internally calls CvsTagDiff and then invokes 'cvs export' to extract candidate files of a particular revision; it then provides the files in a directory for later tar'ing, etc. I am contributing the source code and documentation. I hope others will find this useful. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
