From owner-freebsd-questions@FreeBSD.ORG Fri Nov 4 19:56:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A480716A420 for ; Fri, 4 Nov 2005 19:56:57 +0000 (GMT) (envelope-from kirk@strauser.com) Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20A1E43D45 for ; Fri, 4 Nov 2005 19:56:57 +0000 (GMT) (envelope-from kirk@strauser.com) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id EBF7C222401 for ; Fri, 4 Nov 2005 13:56:55 -0600 (CST) Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 43755-09 for ; Fri, 4 Nov 2005 13:56:55 -0600 (CST) Received: from janus.daycos.com (janus.daycos.com [204.26.70.77]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTP id 4E5DE21FAF6 for ; Fri, 4 Nov 2005 13:56:55 -0600 (CST) From: Kirk Strauser To: freebsd-questions@freebsd.org Date: Fri, 4 Nov 2005 13:56:49 -0600 User-Agent: KMail/1.8.2 References: <200511040956.19087.kirk@strauser.com> <200511041129.17912.kirk@strauser.com> <0BC163E3-5E1D-4E7D-B7AD-C92AAA616228@mac.com> In-Reply-To: <0BC163E3-5E1D-4E7D-B7AD-C92AAA616228@mac.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1375379.uV3AlG0Dm5"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200511041356.53629.kirk@strauser.com> X-Virus-Scanned: amavisd-new at honeypot.net Subject: Re: Fast diff command for large files? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2005 19:56:57 -0000 --nextPart1375379.uV3AlG0Dm5 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 04 November 2005 13:39, Charles Swiger wrote: > OK, but even if only one line out of 1000 changes, you still can't > make either diff or Colin Percival's bsdiff run on gigabyte sized > files and have it fit into MAXDSIZE on 32-bit address space. =46or the record, textproc/2bsd-diff works fine - it's just slow. I wonder if rsync could be modified to output its patches rather than=20 silently applying them to a target file. It seems to be pretty good at=20 comparing large files quickly... =2D-=20 Kirk Strauser --nextPart1375379.uV3AlG0Dm5 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- iD8DBQBDa70F5sRg+Y0CpvERAp4sAJ9hlGdw2XtZbKi4jVtbc1mhIref5wCfbbGh /w3gltPtmAN+FsjeFlUyvls= =Jh0H -----END PGP SIGNATURE----- --nextPart1375379.uV3AlG0Dm5--