info-cvs
[Top][All Lists]
Advanced

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

RE: Large Branch Comparison


From: Glew, Andy
Subject: RE: Large Branch Comparison
Date: Mon, 22 Oct 2001 10:57:39 -0700

> I am looking for assistance on what you think is the best method of
> determining the differences in the directory structure between two CVS
> branches.

If a 1 time only thing, just check out both branches
into different trees and diff -R.  Actually, use cvs export
to avoid the CVS files confusing diff.

That may well be the best way even if you are doing
it regularly.

To avoid needless chdeckouts, do a real cvs co
rather than an export, but modify your diff tool
to ignore CVS files. (i.e. put a wrapper around diff).
Then cvs update will pick up.



reply via email to

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