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 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?

-- 
Cheers,

Chris Aniszczyk
http://aniszczyk.org
+1 860 839 2465


Back to the top