info-cvs
[Top][All Lists]
Advanced

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

Re: Compare "main" trunk against all branches


From: Todd Denniston
Subject: Re: Compare "main" trunk against all branches
Date: Fri, 07 Nov 2008 10:36:14 -0500
User-agent: Thunderbird 2.0.0.17 (X11/20080914)

gc wrote, On 10/31/2008 01:14 PM:
I want to only use the "main" trunk in the future. Before doing this,
I need to confirm that all changes committed on any one of the current
branches, have also been committed to the "main" trunk. What command
would do this for me?

Thanks,
gc


I think the following MAY work:
in a branch checkout issue
cvs diff -N -u -rHEAD


The following will work but is outside of CVS and requires a bit of disk space:
cvs checkout -rbranchAtag -d proj_branchA projModule
cvs checkout -d proj_head projModule
diff -N -u -r proj_branchA/ proj_head/

replace branchAtag proj_branchA proj_head projModule as appropriate.

--
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane)
Harnessing the Power of Technology for the Warfighter




reply via email to

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