relative newbie, please be gentle.

I want to use cvs log (and then cvs2cl.pl) to generate ChangeLogs between
two tags so I can see exactly what was worked on between these two tags
(ultimate goal is to automatically create build notes).

I did:
cvs co -P -A MY_MODULE 
then,
cvs log -N -rTAG1:TAG2
two problems:
1) I get logs for files that aren't even on the trunk, but were added in
branches (cvs log -N -b -rTAG1:TAG2 didn't fix the problem)
2) I get logs that are at the same revision as TAG1. what I really want is
all logs AFTER Tag1 and through and including Tag2.

thanks in advance for any help.

-Sean


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to