You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2002/10/07 19:22:04 UTC

DO NOT REPLY [Bug 13371] New: - [PATCH] Contributed new CvsExportDiff task

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: ant-dev@jakarta.apache.org
        ReportedBy: andrew.liles@starfishzone.com


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>