info-cvs
[Top][All Lists]
Advanced

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

Re: Comparison of two repositories?


From: Rob Helmer
Subject: Re: Comparison of two repositories?
Date: Wed, 10 Sep 2003 09:14:04 -0700
User-agent: Mutt/1.3.28i

Why not do a recursive diff on both checkout dirs:

diff -r ./tmp/ ./tmp2/

Output would look something like this :

--
Only in tmp2/: bla
diff -r tmp/index.html.1 tmp2/index.html.1
1a2
> fds
--



HTH,
Rob Helmer

On Wed, Sep 10, 2003 at 11:26:00AM +0300, Stephen Biggs wrote:
> Is there any easy way to do a full diff of two checked out trees from
> different repositories?
> 
> The way I am doing it now is to export both trees (with -kk) so I don't
> have the CVS directories and then do a command line diff between the two
> local trees.
> 
> What I would like to do is to be able to act upon the actual CVS
> sandboxes, but then the CVS directories and the info tags mess up the
> compare.
> 
> Does anybody know of any simple scripts written for just this purpose?
> 
> Thanks for any help.
> 
> Steve Biggs
> 
> 
> _______________________________________________
> Info-cvs mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/info-cvs
> 




reply via email to

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