You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Praison <pr...@adp.com> on 2008/06/26 08:13:17 UTC

CvsChangeLog for a specific tag

I am using the following ANT task to get the details of the code check-ins
made between two dates for a specific tag. But the result of this task
contains all the check-ins made and not just the check-ins made into the
given tag.

    <cvschangelog destfile="changelog.xml"
     cvsRoot="\\shsrfiler2\MISTools\TimesheetSystem\RepositoryTSOracle"
      start="15 Dec 2007"
      end="09 Jan 2008" tag="release-7-4-2"
    />

Please advise what I should do to get the details of the check-ins made for
the specified tag alone.

-- 
View this message in context: http://www.nabble.com/CvsChangeLog-for-a-specific-tag-tp18127199p18127199.html
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org