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

2011/2/10 Chris Aniszczyk <caniszczyk@xxxxxxxxx>
On Thu, Feb 10, 2011 at 2:50 PM, alvaro sanchez <alvsan09@xxxxxxxxx> wrote:
> Hello,
> Mylyn Reviews R4E is looking at the possibility to use jgit as the
> next step to support shared review repositories in addition to file
> system and allow it to evolve to a server based approach.
>
> For this first step (shared reviews git repository) we would like to
> push to a central shared repository i.e.. using file:// protocol.
> When we attempted this using the latest nightly build of egit, we get
> the following error "URI not supported: file:///....", as seen in the
> picture.
>
> Are there any plans to support this ?   It would be nice to know what
> are the major challenges around it.

It should work looking at PushCommandTest and testing things locally.

That URI looks a bit bogus... four slashies... and not sure if that's
a valid path on a windows machine?

This should work. Could you file a bug explaining the exact steps how you came to this 
so that we can try to reproduce this. 

--
Matthias

Back to the top