Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] TransportLocal expects that local repository is file based

Hi,

The TransportLocal.open() method assumes that the local repository is a file based one. But according to the documentation in Repository.getFS() is allowed to return null.

So with the current implementation it is not possible to clone from a local file based repository into a none file based repository using TransportLocal.
I didn't checked if TransportBundleFile works correctly in this setup.

Bug or feature?

With kind regards
Thomas Meyer



Back to the top