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=24406>.
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=24406

Tagdiff reports no new files with CVS 1.11.9

           Summary: Tagdiff reports no new files with CVS 1.11.9
           Product: Ant
           Version: 1.6Beta
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Generating a tagdiff report with CVS 1.11.9 reports nothing in the "New Files" 
section. Running the same task with CVS 1.11 shows the new files.

It appears that the output from the cvs rdiff command has changed slightly for 
new files...

CVS 1.11
File apps/websphere/lib/something.jar is new; current revision 1.2
CVS 1.11.9
File apps/websphere/lib/something.jar is new; cvstag_2003_11_03_2 revision 1.2

The CvsTagDiff.java has the old output hardcoded into it on line 116.
If this line is altered as follows it will work with old and new versions of 
cvs.

-    static final String FILE_IS_NEW = " is new; current revision ";
+    static final String FILE_IS_NEW = " is new; ";

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to