Defect #24999
Mercurial 4.1 compatibility
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | SCM | |||
Target version: | 3.2.6 | |||
Resolution: | Fixed | Affected version: |
Description
Environment:
Redmine version 3.2.4.stable
Ruby version 1.9.3-p484 (2013-11-22) [x86_64-linux]
Rails version 4.2.7.1
Environment production
Database adapter PostgreSQL
SCM:
Mercurial 4.1
Git 1.9.1
Filesystem
Redmine plugins:
no plugin installed
OS Ubuntu server 14.04.5 LTS
Mercurial 4.1 from either Ubuntu repo's or PyPi.
Moving to Mercurial 4.1 and opening a repo results in:
"The entry or revision was not found in the repository."
and a log entry of:
"Started GET "/projects/hplc/repository" for 174.21.203.58 at 2017-02-03 08:59:47 -0800
Processing by RepositoriesController#show as HTML
Parameters: {"id"=>"hplc"}
Current user: aklaver (id=3)
hg: error during getting info: hg exited with non-zero status: 1
Rendered common/error.html.erb within layouts/base (0.3ms)
Completed 404 Not Found in 574ms (Views: 60.9ms | ActiveRecord: 206.4ms)
"
Restarting the Redmine server does not help.
The only thing that works is rolling back to Mercurial 4.0.2.
History
#1
Updated by Toshi MARUYAMA almost 4 years ago
- Subject changed from Redmine 3.2.4 problem with Mercurial 4.1 to Mercurial 4.1
- Category set to SCM
- Status changed from New to Confirmed
#2
Updated by Toshi MARUYAMA almost 4 years ago
- Subject changed from Mercurial 4.1 to Mercurial 4.1 compatibility
#3
Updated by Toshi MARUYAMA almost 4 years ago
#4
Updated by Toshi MARUYAMA almost 4 years ago
- Target version set to 3.2.6
#5
Updated by Toshi MARUYAMA almost 4 years ago
- Status changed from Confirmed to Closed
- Resolution set to Fixed
Committed in trunk, 3.3-stable, and 3.2-stable.
#6
Updated by Adrian Klaver almost 4 years ago
Can confirm the changes work on my installation as well. Thanks for the assistance and the very quick turn around.