måndagen den 25 januari 2010 18.57.06 skrev Erik Faye-Lund:
On Mon, Jan 25, 2010 at 6:34 PM, Johannes Schindelin
[off-list ref] wrote:
quoted
Hi,
On Mon, 25 Jan 2010, Robin Rosenberg wrote:
quoted
quoted
From 37a74ccd395d91e5662665ca49d7f4ec49811de0 Mon Sep 17 00:00:00 2001
From: Robin Rosenberg <redacted>
Date: Mon, 25 Jan 2010 01:41:03 +0100
Subject: [PATCH] Handle UNC paths everywhere
In Windows paths beginning with // are knows as UNC paths. They are
absolute paths, usually referring to a shared resource on a server.
And even a simple "cd" with them does not work.
But it does, at least for me - both in bash and cmd.exe. I just needt.
In cmd,exe surprises me a bit. pushd \\server\share is not the same
as it maps a drive and then uses it to cd.
-- robin