From owner-cvs-all@FreeBSD.ORG Sat Apr 14 10:46:54 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 059EB16A501; Sat, 14 Apr 2007 10:46:54 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id B537613C4AE; Sat, 14 Apr 2007 10:46:53 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id F22312094; Sat, 14 Apr 2007 12:46:49 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on tim.des.no Received: from dwp.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 690872087; Sat, 14 Apr 2007 12:46:49 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 1001) id 38A5B508D; Sat, 14 Apr 2007 12:46:49 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Tim Kientzle References: <200704140820.l3E8KVqP092404@repoman.freebsd.org> Date: Sat, 14 Apr 2007 12:46:48 +0200 In-Reply-To: <200704140820.l3E8KVqP092404@repoman.freebsd.org> (Tim Kientzle's message of "Sat, 14 Apr 2007 08:20:31 +0000 (UTC)") Message-ID: <86ejmnz10n.fsf@dwp.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libarchive Makefile archive_write_set_format_pax.c archive_write_set_format_ustar.c src/lib/libarchive/test Makefile test_tar_filenames.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Apr 2007 10:46:54 -0000 Tim Kientzle writes: > Log: > Conventionally, tar archives have always included a trailing '/' > for directories. bsdtar used to add this, but that recently got > lost somehow. So now I'm adding it back in libarchive. Is that really a good idea? Shouldn't this just be fixed in bsdtar's display code? > The only odd part of doing this in libarchive: Adding a directory to > a tar archive and then reading it back again can yield a different name. I can imagine how this might trip up other (hypothetical) libarchive consumers... DES --=20 Dag-Erling Sm=F8rgrav - des@des.no