[Qt-creator] Mercurial Woes on Windows 7 64 bit
John Vilburn
john at ohanasoftware.com
Mon Jul 5 23:31:16 CEST 2010
Too bad the error message was not more informative. Instead of:
22:02 Executing: "C:\Program Files (x86)\TortoiseHg\hg.exe" status
abort: There is no Mercurial repository here (.hg not found)!
It would be much better to see:
22:02 Executing: "C:\Program Files (x86)\TortoiseHg\hg.exe" status
abort: There is no Mercurial repository here (C:\myrepositories\myproject\.hg not found)!
If this error message is generated by Qt Creator, perhaps someone on this list with some experience working on Qt Creator could submit this simple fix. It still wouldn't solve your problem, but it would help you discover what was really wrong.
John
On Jul 5, 2010, at 11:06 AM, Robert Caldecott wrote:
> I am using the latest Qt SDK on Windows 7 64 bit and cannot get
> Mercurial support to work at all. I have hg.exe on my path but
> whatever command I try from within Qt Creator I am greeted with the
> same error:
>
> 22:02 Executing: "C:\Program Files (x86)\TortoiseHg\hg.exe" status
> abort: There is no Mercurial repository here (.hg not found)!
>
> The repository definitely exists and Mercurial works fine from a
> command-prompt. It's almost as if Creator is using the wrong working
> directory when issuing the hg commands but there is no way to check
> for sure.
>
> Does anyone have any ideas? It was working fine on XP/32 when I last tried it.
>
> Regards.
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
More information about the Qt-creator-old
mailing list