Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E8ECD117E0 for ; Mon, 19 May 2014 14:58:37 +0000 (UTC) Received: (qmail 79266 invoked by uid 500); 19 May 2014 14:58:37 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 79235 invoked by uid 500); 19 May 2014 14:58:37 -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 79228 invoked by uid 99); 19 May 2014 14:58:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 May 2014 14:58:37 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ben@reser.org designates 50.197.89.41 as permitted sender) Received: from [50.197.89.41] (HELO mail.brain.org) (50.197.89.41) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 May 2014 14:58:32 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.brain.org (Postfix) with ESMTP id C9AEC179E0CD; Mon, 19 May 2014 07:58:11 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at fornix.brain.org Received: from mail.brain.org ([127.0.0.1]) by localhost (fornix.brain.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WTzPZmiWS5g9; Mon, 19 May 2014 07:58:11 -0700 (PDT) Received: from fmri.brain.org (fmri.brain.org [IPv6:2001:470:e966:5:223:dfff:fedf:433d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.brain.org (Postfix) with ESMTPSA id 4F16F179E059; Mon, 19 May 2014 07:58:11 -0700 (PDT) Message-ID: <537A1C03.2060307@reser.org> Date: Mon, 19 May 2014 07:58:11 -0700 From: Ben Reser User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:30.0) Gecko/20100101 Thunderbird/30.0 MIME-Version: 1.0 To: nisha , "users@subversion.apache.org" Subject: Re: how to manually check the MD5 of a file in SVN References: <04ca86a2-9000-496f-8e9d-1b2e251b1b2b@googlegroups.com> In-Reply-To: <04ca86a2-9000-496f-8e9d-1b2e251b1b2b@googlegroups.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 5/19/14, 6:30 AM, nisha wrote: > I get a Base checksum mismatch error on commit operation. Not sure what could > have changed (or not changed) the hashed file or what could have altered the > MD5 during transportation (check out time or check in time). While checking > out, the working copy did not receive the original checksum but an altered one; > Working copy is not in sync. While checking in, the server did not receive the > original checksum or file but an altered one; Does anyone knows how too > manually check the MD5 of a file in SVN ? So that i can make sure than after a > checkout and before a checkin MD5 are identical in the working copy and the server. Can you post the exact error message you're getting?