Redmine doesn't see Hg repo
Added by Ethan Hunt over 13 years ago
I installed newer version of mercurial (1.7.5) and create repository. It's worked fine. I see it via http, may commit, etc. But when i integrate it in redmine (myproject->Setting->Repository->SCM=Mercurial, Root directory=/path/to/repo->Save) and clicked repository tab i have "The entry or revision was not found in the repository." In old mercurial version (1.4.3) i saw my repository. Whats going wrong and what shall i do?
Ps: Sorry if my english so bad)))
Replies (3)
RE: Redmine doesn't see Hg repo - Added by Toshi MARUYAMA over 13 years ago
Check your hg or hg.exe in your PATH.
RE: Redmine doesn't see Hg repo - Added by Toshi MARUYAMA over 13 years ago
Sorry, 1.4.3 works fine?
RE: Redmine doesn't see Hg repo - Added by Toshi MARUYAMA over 13 years ago
I use 1.7.5.
$ LANG=C hg --version Mercurial Distributed SCM (version 1.7.5)