HEAD revision with branches.

2003-06-24 Thread Remi Gurski
My local copy of file.c is checked out on my_branch (actually, the entire directory is on that branch), and has had several changes committed. There have also been changes committed to the mainline copy of file.c. I want to see what the changes are between the tip of my_branch and the tip of

Re: HEAD revision with branches.

2003-06-24 Thread Larry Jones
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