Martin Lohmeier <[EMAIL PROTECTED]> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi everyone,
>
> I found a problem in tar 1.14 (Debian Sarge) which I could reproduce
> with 1.15.1 (Debian SID). But it does not happen with tar 1.13.25 (Mac
> OS X 10.3.9)
>
> I create a tar with
>
>       tar cf test.tar tar-test
>
> the archiv contains:
>
>       [EMAIL PROTECTED]:~$ tar tf test.tar
>       tar-test/
>       tar-test/datei1
>       tar-test/datei2
>
> When I update this archiv with
>
>       tar uf test.tar tar-test
>
> the archiv contains
>
>       [EMAIL PROTECTED]:~$ tar tf test.tar
>       tar-test/
>       tar-test/datei1
>       tar-test/datei2
>       tar-test/
>
> Why is the directory added an other time?
>

Because this is the way -u works.

J�rg

-- 
 EMail:[EMAIL PROTECTED] (home) J�rg Schilling D-13353 Berlin
       [EMAIL PROTECTED]                (uni)  
       [EMAIL PROTECTED]        (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily



_______________________________________________
Bug-tar mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-tar

Reply via email to