Checkin gives error "abort: There is no Mercurial repository here (.hg not found)!" on TortoiseHg/Windows version
Steve Borho
steve at borho.org
Tue Nov 17 10:34:09 CST 2009
On Tue, Nov 17, 2009 at 5:50 AM, <jens.lund at nordea.com> wrote:
>
> The problem below is still present in hg 1.4/TortoiseHg ver 0.9 :-(
>
> Summary of discussion so far in this thread:
>
> * Running with traceback:
> $ hg --traceback ci -m second
> Traceback (most recent call last):
> File "mercurial\dispatch.pyo", line 46, in _runcatch
> File "mercurial\dispatch.pyo", line 441, in _dispatch
> RepoError: There is no Mercurial repository here (.hg not found)
> abort: There is no Mercurial repository here (.hg not found)!
>
> * It doesn't seem to be related to anti-virus software or similar
> running on the computer
>
> * It only happens for the TortoiseHg installed version, not the cygwin
> version.
>
> * It fails both on network drives and local drives
That is quite strange. It's likely this will not be fixed until it
can be reproduced by an appropriate developer. Barring that, you may
want to try:
hg --debugger ci -m second
Single step through the failure, write the output to a file, zip it
up, then post a link here or attach it to a bug report.
--
Steve Borho
More information about the Mercurial
mailing list