Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Push using file:// protocol

On 10 Feb 2011, at 22:43, Alex Blewitt <alex.blewitt@xxxxxxxxx> wrote:

> On 10 Feb 2011, at 21:22, Chris Aniszczyk <caniszczyk@xxxxxxxxx> wrote:
> 
>> That URI looks a bit bogus... four slashies... and not sure if that's
>> a valid path on a windows machine?
> 
> Is it supposed to be a UNC path like \\server\share? I'm not sure whether you translate the / for \ in that case.

(and if it is, does it work if you map it to a drive letter (say, p:) and then push to file:///p:/ ?

Back to the top