Bug 13371 - [PATCH] Contributed new CvsExportDiff task
Summary: [PATCH] Contributed new CvsExportDiff task
Status: NEW
Alias: None
Product: Ant
Classification: Unclassified
Component: Core tasks (show other bugs)
Version: 1.7.0
Hardware: Other other
: P3 enhancement (vote)
Target Milestone: ---
Assignee: Ant Notifications List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2002-10-07 17:22 UTC by Andrew Liles
Modified: 2008-10-16 04:15 UTC (History)
0 users



Attachments
The source code (14.39 KB, text/plain)
2002-10-07 17:23 UTC, Andrew Liles
Details
The manuel page (7.37 KB, text/html)
2002-10-07 17:24 UTC, Andrew Liles
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Liles 2002-10-07 17:22:02 UTC
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.
Comment 1 Andrew Liles 2002-10-07 17:23:51 UTC
Created attachment 3378 [details]
The source code
Comment 2 Andrew Liles 2002-10-07 17:24:25 UTC
Created attachment 3379 [details]
The manuel page