Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] JGit 3.5.0 fails to create bare repo on Windows

On Mon, Oct 6, 2014 at 2:32 PM, Mark Waite <mark.earl.waite@xxxxxxxxx> wrote:
Thanks very much for your speedy response.  Would it be worthwhile to also include a test which uses JGit to create a bare repository?  That might help detect the problem if it were to reappear.

InitCommandTest.testInitBareRepository() [1] should already test initialization of a bare repository.
AFAIK JGit committers (and our Hudson build) tend to use Linux or Mac so this may explain why we didn't notice
the problem you reported. When I am back in the office I can test if this test fails on Windows using jgit 3.5.


--
Matthias

Back to the top