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

CvsChangeLog to support revision tag parameter





------- Additional Comments From [EMAIL PROTECTED]  2004-07-22 19:14 -------
Hello,

the tag attribute of cvschangelog, introduced in ant 1.6.1, might well solve the
problem.

cvs supports here :

    `REV1:REV2'
          Revisions REV1 to REV2 (which must be on the same branch).

so this for instance should be what you guys want :

 <cvschangelog cvsRoot=":pserver:[EMAIL PROTECTED]:/home/cvspublic"
passfile="c:/programme/cygwin/home/myself/.cvspass"  dir="c:/dev/asf/ant.head"
tag="ANT_161:ANT_162" destfile="antpatch.xml"  >
</cvschangelog>


see :
http://www.durak.org/cvswebsites/doc/cvs_141.php#SEC141

there is also the same level of detail concerning the log options in the INFO
pages under xemacs, if you have cygwin + cvs.

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

Reply via email to