bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fdl-1.3


From: Bruno Haible
Subject: Re: fdl-1.3
Date: Tue, 11 Nov 2008 04:30:41 +0100
User-agent: KMail/1.5.4

Eric Blake wrote:
> I added a symlink fdl.texi
> ...
> Here's what I'm committing.
> new file mode 120000

A symlink?! This can only cause problems:
  - When 'git' is run on a Windows system (not Cygwin), AFAIK there are
    no symlinks.
  - When 'git' is run on Linux on a vfat file system, there are no symlinks.
  - When you use 'tar' with option 'h' to copy the directory, the copy will
    be different from the original: it will have the symlink replaced by its
    target's contents.
  - When you use 'tar' without option 'h', the copy can not be produced on a
    system or file system that does not support symlinks.

Please, can't you make fdl.texi a regular file? Either with contents

  @include fdl-1.3.texi

or as a copy of fdl-1.3.texi?

Bruno





reply via email to

[Prev in Thread] Current Thread [Next in Thread]