info-cvs
[Top][All Lists]
Advanced

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

Re: HEAD revision with branches.


From: Larry Jones
Subject: Re: HEAD revision with branches.
Date: Tue, 24 Jun 2003 17:18:50 -0400 (EDT)

Remi Gurski writes:
> 
> I want to see what the changes are between the tip of my_branch and the tip 
> of mainline.
> cvs diff -rHEAD file.c
> doesn't work - it shows the diff between the local copy and the tip of 
> my_branch. I guess that means HEAD is only the tip of the current branch?

Yes, diff (and only diff, I believe) treats HEAD as head of current
branch rather than as head of trunk.  Try "cvs diff -r1 file.c".

-Larry Jones

Mr. Subtlety drives home another point. -- Calvin




reply via email to

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