info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: files modified in a branch


From: FP
Subject: Re: files modified in a branch
Date: Fri, 16 Mar 2007 18:09:36 +0100
User-agent: Mozilla Thunderbird 1.5.0.10 (Windows/20070221)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]