This is the mail archive of the cygwin-developers@cygwin.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]
Other format: [Raw text]

Re: Added some interesting functionality to my cygwin sandbox


On Wed, Jul 02, 2003 at 01:36:05PM -0400, Christopher Faylor wrote:
> On Wed, Jul 02, 2003 at 07:31:35PM +0200, Corinna Vinschen wrote:
> >That wouldn't happen if the implementation is correct.  Keep in mind that
> >symlink target paths are *always* POSIX paths.  Now we're changing that
> >by just keeping a DOS path as target.  Since we know that it's a path
> >from a symlink, we can savely assume that the path was originally created
> >from the corresponding cygdrive path.  So, the next step when reading that
> >symlink is, revert the DOS path to a cygdrive path.  From now on, the
> >usual binmode/textmode option of that /cygdrive path applies.
> 
> I think there is a disconnect here.  We aren't (or at least I'm not)
> talking about making all symlinks use only windows paths.

All?  No, only symlinks referring a /cygdrive target.  That's what
I'm talking about.  If the only targets in question would be Windows
special directories, the mount table would have been ok from the
beginning.  The argument that I don't like that isn't a really good
argument then.

Corinna

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


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