This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [ANNOUNCEMENT]: Important change to symbolic linkfunctionali ty


On Thu, Feb 22, 2001 at 04:34:19PM -0500, Larry Hall (RFK Partners, Inc) wrote:
> Ah, OK.  I guess I don't know how the "attribute of the links" are represented
> but if the symlinks are recreated, that should take care of the basic problem.
> So these "attributes" would still be platform specific, just like the current
> symlinks, right?

Larry,

you're thinking way too complicated currently. Imagine:

- Source system: Root on C:\cygwin
  - There's a symlink (shortcut) to /usr/include/foo
    - The POSIX path inside is /usr/include/foo
    - The DOS path inside is C:\cygwin\usr\include\foo
  - tar cvf will create a tarball containing only the information that
    there's a symlink to /usr/include/foo

- Target system: Root on D:\target
  - tar xvzf will create a new symlink containing
    - The POSIX path /usr/include/foo
    - The DOS path D:\target\usr\include\foo

Voila!

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]