From users-return-5472-daniel=haxx.se@subversion.apache.org Mon Oct 18 16:31:22 2010 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on giant.haxx.se X-Spam-Level: X-Spam-Status: No, score=-1.5 required=3.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.1 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by giant.haxx.se (8.14.3/8.14.3/Debian-9.1) with SMTP id o9IEVLpv009564 for ; Mon, 18 Oct 2010 16:31:22 +0200 Received: (qmail 59139 invoked by uid 500); 18 Oct 2010 14:31:13 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 59127 invoked by uid 99); 18 Oct 2010 14:31:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Oct 2010 14:31:12 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS Received-SPF: pass (athena.apache.org: local policy) Received: from [80.67.18.14] (HELO smtprelay02.ispgateway.de) (80.67.18.14) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Oct 2010 14:31:05 +0000 Received: from [75.34.103.216] (helo=[192.168.7.75]) by smtprelay02.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1P7qja-00040s-VO; Mon, 18 Oct 2010 16:30:43 +0200 Subject: Re: Subversion equivalent to VSS diff for binary files Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Ryan Schmidt In-Reply-To: <20101018142524.GE14688@daniel3.local> Date: Mon, 18 Oct 2010 09:30:39 -0500 Cc: users@subversion.apache.org Content-Transfer-Encoding: quoted-printable Message-Id: <062620DC-36C0-479E-8B76-52576A3BA180@ryandesign.com> References: <20101018142524.GE14688@daniel3.local> To: Daniel Shahaf X-Mailer: Apple Mail (2.1081) X-Df-Sender: 368818 X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.3.5 (giant.haxx.se [80.67.6.50]); Mon, 18 Oct 2010 16:31:22 +0200 (CEST) X-Friend: Nope On Oct 18, 2010, at 09:25, Daniel Shahaf wrote: >> However, binary files are a bit different. Changing one line in a = file >> and then compiling it may cause a cascade of changes, so the = resulting >> difference between the previous revision of the binary and current >> version of the binary are quite huge. >=20 > Seems to me the solution is "Don't store your binaries in Subversion". The resulting difference MIGHT be quite huge, but it doesn't have to be. = It depends entirely on the particular binary file format you're talking = about.