Thank you Dennis, the problem is that DAY01 is not a tag, should be a date, so according to the help, I should do:

cvs di -r pre_branch_03 -d 20070225

(assuming that date format is ok and that on 26 feb I merged from trunk....)

I will try this evening.

Thank you,
Francesco

A "cvs -H diff" tells you how -- use two -r switches. Two -r switches will tell you the difference between any two reivions of any file/tag. For example:

cvs di -r name_of_that_tag -r DAY01

- Dennis

_______________________________________________
info-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/info-cvs

Reply via email to