From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-102685-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1N3Zsa-0004dU-LG
	for garchives@archives.gentoo.org; Thu, 29 Oct 2009 18:37:48 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6CED6E0954;
	Thu, 29 Oct 2009 18:37:47 +0000 (UTC)
Received: from mail-pz0-f199.google.com (mail-pz0-f199.google.com [209.85.222.199])
	by pigeon.gentoo.org (Postfix) with ESMTP id 3F619E0954
	for <gentoo-user@lists.gentoo.org>; Thu, 29 Oct 2009 18:37:47 +0000 (UTC)
Received: by pzk37 with SMTP id 37so1436314pzk.10
        for <gentoo-user@lists.gentoo.org>; Thu, 29 Oct 2009 11:37:46 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:received:in-reply-to:references
         :date:message-id:subject:from:to:content-type;
        bh=h8jUGyc19vPb29kIKV2cG6K/XNoJqk7Kt14NkqImeuo=;
        b=wcu8LdjS7tvkrCGcUQByOcN6adiI01PIofsN1bm0bn/jila2kqkIX9gyHgDschBtCZ
         Z/keHnFckqyPmGa/u0BII9sYW5Z2rzPIeI3so2n8tsPMpAwJRIGQGgNB/9q+qRrWaanV
         dWOUNKM9bUSRpKEA7tpIxuR8c0z7SH0taUCVA=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type;
        b=blZupQir2iSt4NfWaiGBtV4dpRPh6cgRzL4jmlnPJTwDpx7ZLS8xFjfznKhAQItFAr
         xlUMbhZRLyqk4FKXAxiqbsAWRQ0XvKPV8brTvbNEFBoI6uxGcTmLvkioHA6ROBoSGZ4J
         p5u1M2SbYpJWq3YPFR5HhmyhCdQWzSulyOTmE=
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.142.6.11 with SMTP id 11mr40848wff.68.1256841466886; Thu, 29 
	Oct 2009 11:37:46 -0700 (PDT)
In-Reply-To: <e107b4ff0910291135l1a9da3dj6340da0b2cb6f24b@mail.gmail.com>
References: <e107b4ff0910291135l1a9da3dj6340da0b2cb6f24b@mail.gmail.com>
Date: Thu, 29 Oct 2009 11:37:46 -0700
Message-ID: <b79f23070910291137t3d85a879r5656a3c06b228a95@mail.gmail.com>
Subject: Re: [gentoo-user] comparing two complex directories
From: James Ausmus <james.ausmus@gmail.com>
To: gentoo-user@lists.gentoo.org
Content-Type: multipart/alternative; boundary=00504502b2232c3b15047717355c
X-Archives-Salt: 91e9e25b-225b-47b1-94ad-2cc5462596a2
X-Archives-Hash: 40064e302ac7524695932e1d5a8ab791

--00504502b2232c3b15047717355c
Content-Type: text/plain; charset=ISO-8859-1

On Thu, Oct 29, 2009 at 11:35 AM, James <jtp@nc.rr.com> wrote:

> All,
>
> I'm trying to find a good way to compare two complex directory
> structures to see what files differ. I've looked at a few different
> options:
>
> - rsync dry run (someone said this should work, but I'm having trouble
> getting good information out of this)
> - diff -rq (this works, but it's sloowwwwww)
>
> I've used cdircmp before but it tends to crash on complex directories
> (a directory with more than a few subdirs and with hidden dot files).
>
> Thoughts? Any specific / good utilities for doing this?
>
>
I've had good luck with dev-util/dirdiff before...

-James



> -j
>
>

--00504502b2232c3b15047717355c
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

<br><br><div class=3D"gmail_quote">On Thu, Oct 29, 2009 at 11:35 AM, James =
<span dir=3D"ltr">&lt;<a href=3D"mailto:jtp@nc.rr.com">jtp@nc.rr.com</a>&gt=
;</span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 =
.8ex;border-left:1px #ccc solid;padding-left:1ex;">
All,<br>
<br>
I&#39;m trying to find a good way to compare two complex directory<br>
structures to see what files differ. I&#39;ve looked at a few different<br>
options:<br>
<br>
- rsync dry run (someone said this should work, but I&#39;m having trouble<=
br>
getting good information out of this)<br>
- diff -rq (this works, but it&#39;s sloowwwwww)<br>
<br>
I&#39;ve used cdircmp before but it tends to crash on complex directories<b=
r>
(a directory with more than a few subdirs and with hidden dot files).<br>
<br>
Thoughts? Any specific / good utilities for doing this?<br>
<font color=3D"#888888"><br></font></blockquote><div><br></div><div>I&#39;v=
e had good luck with dev-util/dirdiff before...</div><div><br></div><div>-J=
ames</div><div><br></div><div>=A0</div><blockquote class=3D"gmail_quote" st=
yle=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<font color=3D"#888888">
-j<br>
<br>
</font></blockquote></div><br>

--00504502b2232c3b15047717355c--