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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]