[cvsnt] Re: See all changes between branch and main
Glen Starrett
grstarrett at cox.net
Sat Mar 20 02:58:27 GMT 2004
ncal wrote:
> Hi,
> Is there a way to check if all the files that were modified on the branch
> have been merged-in to the main line?
>
Assuming this is a reasonably recent CVSNT server and client, you could
do this in a sandbox on main:
cvs up -j mybranch
cvs diff
Then you'd see all the changes that hadn't already been merged in. If
you didn't want to keep any of those just reset the sandbox (cvs up -C).
HOWEVER, if it isn't a CVSNT sandbox then I wouldn't know how to tell.
Regards,
--
Glen Starrett
More information about the cvsnt
mailing list