You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Frederic Lavigne <fr...@castify.net> on 2002/04/06 14:51:23 UTC

[SUBMIT] CvsTagDiff task

org.apache.tools.ant.taskdefs.cvslib.CvsTagDiff

The goal of this task is to give a list of differences between two tags or
dates.
It produces an xml report like the changelog report of the CvsChangeLog
task.
The output gives the list of modified files, removed files and new files.

The proposed task name is cvstagdiff.

I've used it when merging branches.
It helped me to identify the files that were added and removed.

I've attached: CvsTagDiff.java, cvstagdiff.html, tagdiff.xsl and a sample
output showing the added/modified/remvoed files between ANT_13 and ANT_141.

Thanks,

-fred