This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: Path conversion issue
- From: "Larry Hall \(Cygwin\)" <reply-to-list-only-lh at cygwin dot com>
- To: cygwin at cygwin dot com
- Date: Mon, 16 Aug 2010 23:18:01 -0400
- Subject: Re: Path conversion issue
- References: <1443726680.20100817060325@mtu-net.ru>
- Reply-to: cygwin at cygwin dot com
On 8/16/2010 10:03 PM, Andrey Repin wrote:
Greetings, All!
Trying to find differences between local and remote file, I run into an issue:
diff.exe -cdb -x "CVS" -x ".svn" -I "\$Id.*\$" --strip-trailing-cr -- "C:\...\php-tools\GalleryClass.php" "\\REMOTE\C$\...\php-tools\GalleryClass.php"
diff: \REMOTE\C$\...\php-tools\GalleryClass.php: No such file or directory
Why it ate the leading backslash? Isn't it supposed to convert UNC path to
proper one? User's guide tell me this shouldn't be an issue, or so I read it
this way. Can anyone enlighten me on this matter, please?
'\' is a escape character for Cygwin just the way it is in UNIX/Linux.
You either need to escape it or, better yet, use forward slashes.
--
Larry Hall http://www.rfk.com
RFK Partners, Inc. (508) 893-9779 - RFK Office
216 Dalton Rd. (508) 893-9889 - FAX
Holliston, MA 01746
_____________________________________________________________________
A: Yes.
Q: Are you sure?
A: Because it reverses the logical flow of conversation.
Q: Why is top posting annoying in email?
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple