Date: Thu, 28 Aug 2008 06:25:54 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libarchive archive_write_disk.c Message-ID: <200808280625.m7S6PwZF036608@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2008-08-28 06:25:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libarchive archive_write_disk.c Log: SVN rev 182358 on 2008-08-28 06:25:54Z by kientzle MFC r182093: Even if a dir is newer and we're using NO_OVERWRITE_NEWER, update the metadata anyway. This necessary to correctly extract archives where the directory entries follow the contents: the directory gets implicitly created at restore time and is thus automatically newer than the final directory in the archive. Some tar programs do this now, and "find -d | cpio" is recommended by a lot of references. Revision Changes Path 1.12.2.15 +5 -1 src/lib/libarchive/archive_write_disk.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808280625.m7S6PwZF036608>