Return-Path: Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Delivered-To: mailing list dev@ant.apache.org Received: (qmail 85272 invoked from network); 23 May 2003 08:15:02 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 23 May 2003 08:15:02 -0000 Received: (qmail 12884 invoked by uid 50); 23 May 2003 08:17:23 -0000 Date: 23 May 2003 08:17:23 -0000 Message-ID: <20030523081723.12883.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@ant.apache.org Cc: Subject: DO NOT REPLY [Bug 13510] - CvsChangeLog should accept a branch as an optional parameter X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=13510 CvsChangeLog should accept a branch as an optional parameter ------- Additional Comments From patrick.martin@sungard.com 2003-05-23 08:17 ------- Maybe a solution to that is use the current cvs command (which gets logs for all branches), and get branch infos during the output parsing process. Also, using rlog could be an option of this task (knowing that the output is not quite the same in this case). But that's an other topic.