From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: bug#31247: fetching an svn repository always results in a different hash Date: Tue, 24 Apr 2018 22:40:21 +0200 Message-ID: <20180424224014.2f65d462@lepiller.eu> References: <20180423184153.GB27672@jasmine.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47443) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fB4kM-0002jW-D3 for bug-guix@gnu.org; Tue, 24 Apr 2018 16:41:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fB4kI-00037w-Du for bug-guix@gnu.org; Tue, 24 Apr 2018 16:41:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58839) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fB4kI-00037k-9f for bug-guix@gnu.org; Tue, 24 Apr 2018 16:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fB4kH-0001mt-Ts for bug-guix@gnu.org; Tue, 24 Apr 2018 16:41:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20180423184153.GB27672@jasmine.lan> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 31247@debbugs.gnu.org Le Mon, 23 Apr 2018 14:41:53 -0400, Leo Famulari a =C3=A9crit : > On Mon, Apr 23, 2018 at 05:44:08PM +0200, julien lepiller wrote: > > Hi, > >=20 > > I'm trying to use svn-fetch in a new package, but I always get a > > different hash when I try to download the sources. I think this is > > due to fetching external resources. Here are two adresses that > > trigger this bug: =20 >=20 > Can you try comparing the differences between the downloaded archives? > The diffoscope program will be useful. There are differences in .svn/wc.db. The top .svn directory is removed, but there are other .svn directories that are not removed and contain a wc.db file. In my case, src/lib/kStuff/.svn is kept intact and differs every time.