Mercurial - need help to configure a repository for a project
Added by kim dou over 15 years ago
Hi
I am using redmine-0.8.4 with Rails 2.1.2 on a external server. For now, I just launch it with
ruby /home/redmine/redmine-0.8.4/script/server -d -e production &&
I have set up a project called "myproject". I have set up a mercurial repository in the repository tab : SCM = Mercurial and the url=
/home/data/repository/mercurial/myproject
Then I ssh my server to create the folder
mkdir /home/data/repository/mercurial/myproject
I put some test files in it and then run the following command line to initiate my hg repository :
hg init
When I go back to the redmine project "repository" tab in myproject home, I got the following error message (translated from french)
the entry and/or revision does not exist in the repository
So I go back to the myproject configuration tab to check, and here it goes worse : the fields "SCM" and "Root directory" are greyed and inaccessible.
Does someone know what I have done wrong ?
Thanks in advance
Kimaidou
Replies (4)
RE: Mercurial - need help to configure a repository for a project - Added by kim dou over 15 years ago
hi all
one "up".
Thanks
RE: Mercurial - need help to configure a repository for a project - Added by Mark Stahler over 15 years ago
I am also having the same issue! Is this an Apache configuration issue?
RE: Mercurial - need help to configure a repository for a project - Added by Mark Stahler over 15 years ago
I solved the problem. It seems as the problem was related to an old version of Mercurial. Previously I had version 0.9 installed. Since upgrading to 1.3.1 the repository viewer works.
RE: Mercurial - need help to configure a repository for a project - Added by kim dou over 15 years ago
thanks,
this solved the pbm for me too