This is the mail archive of the cygwin@sourceware.cygnus.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]

Changes in path handling in Cygwin-1.1.1


FYI:

The following information may or may not cause you problems:

Prior to cygwin-1.1.1 a path beginning with a \ was treated the same as a path
beginning with a /.  As of cygwin-1.1.1 paths beginning with \ are now
considered absolute windows paths while paths beginning with / are considered
absolute cygwin paths.  Also, a path containing but not starting with a \ will
be considered a relative windows path.  I have no idea what happens yet if
there is a mix.

This means that if you have cygwin installed in d:\Cygwin-1.1 ( this is the /
mount point ) and you have a d:\tmp directory as well as a d:\Cygwin-1.1\tmp
directory and you reference /tmp you are actually referencing
d:\Cygwin-1.1\tmp.  If you reference \\tmp then you're actually referencing
d:\tmp.

Also, if you `mount -b H:\ /home' and you have a directory H:\tmp, and you cd
to /home then the reference to \\tmp will be to H:\tmp not d:\tmp.

Other developers please comment if I've said anything incorrectly.

Cheers,

=====
---
   Earnie Boyd: <mailto:earnie_boyd@yahoo.com>
            __Cygwin: POSIX on Windows__
Cygwin Newbies: <http://www.freeyellow.com/members5/gw32/index.html>
           __Minimalist GNU for Windows__
  Mingw32 List: <http://www.egroups.com/group/mingw32/>
    Mingw Home: <http://www.mingw.org/>

__________________________________________________
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.com/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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