DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=36817>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36817 ------- Additional Comments From [EMAIL PROTECTED] 2006-01-11 23:17 ------- Created an attachment (id=17392) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=17392&action=view) Patch to fix "Deleted files" section of HTML output from tagdiff.xsl (unix fmt) This patch fixes the "Delete files" section of etc/tagdiff.xsl - it should select files with 'prevrevision' and no 'revision' - it was selecting files with no 'prevrevision' and no 'revision' (which always selected nothing) to reproduce the issue (or test this fix) this with cvs: $ cvs add dummy.txt $ cvs ci -m "delete me" dummy.txt $ cvs tag pre-tag . $ cvs rm -f dummy.txt $ cvs ci -m "deleted" dummy.txt $ cvs tag post-tag ant: <cvstagdiff package="${cvs.module}" destfile="diff.xml" starttag="pre-tag" endtag="post-tag"/> <style in="diff.xml" out="diff.html" style="${ant.home}/etc/tagdiff.xsl"> browser: diff.html ## check that dummy.txt appears under deleted files (and nowhere else) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]