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 09:41:21 +0100
User-agent: Mozilla Thunderbird 1.5.0.10 (Windows/20070221)


Thank you for your kind reply.

Stuart Cooper ha scritto:
I'd like to know which files were modified in a branch since it's
creation.... is it possible with a single command ?

Good branch creation policy is to tag the project before a branch is created.

Yes, I always do this.

If your project has done that, you can
$ cvs diff -r name_of_that_tag
from within a checked out, up to date branch


I haven't tried yet but I need to have one more information: since I have merged from trunk and committed, the diff command will list also the files not modified in the branch but in the trunk and merged....

If, let's say, I merged from trunk at DAY01 (I may have also a tag but I'm not sure), is it possible to do a diff from "name_of_that_tag" to DAY01 - 1 ?

If yes, how ?

Thank you.

Francesco


reply via email to

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