|
From: | Chris Pickett |
Subject: | [Bug-tar] creating identical .tar.gz files for use with version control |
Date: | Thu, 19 Mar 2009 18:02:53 -0400 |
User-agent: | Thunderbird 1.5.0.14 (Macintosh/20071210) |
Hi,I am checking .tar.gz files into subversion for some data in directories because the uncompressed files inside are too large.
For example: tar cvfz a.tar.gz a/ svn add a.tar.gz svn ciHowever, if I repeat the process without changing the underlying files, a.tar.gz is different, and thus it needs to get checked in again.
Is there an option set I can use to prevent this? I am using tar-1.19. Thanks, Chris
[Prev in Thread] | Current Thread | [Next in Thread] |