I am using ssh , my repo location is ssh://username@hg.server.com//hg/repo
what else do i need to do in order to get this working.
Important: Keep in mind that i have to authenticate ALL users !!!
:) hg was not installed on the jira host, plus make sure you have mercurial1.5 or later.
Failed to enable or start new repository Praefectus-test: Problem loading repository 'Praefectus-test' - You must use a hg version of 1.5 or later - you have 1.4.3.
How to install hg version 1.5 or later on ubuntu
sudo add-apt-repository ppa:mercurial-ppa/releases
sudo apt-get update
sudo apt-get install mercurial
sudo apt-get upgrade mercurial
Make sure it did the right thing:
$ hg --version
Thanks Kamal,
This was the answer I was looking for - and indeed, a very similarly cryptic thing happens if you don't have git installed on a server.
Martin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Kamal,
This was the answer I was looking for - and indeed, a very similarly cryptic thing happens if you don't have git installed on a server.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i am getting err:
Fisheye is using '/usr/bin/ssh' to authenticate with SSH authenticated repositories.
Error testing connection.
Error talking to repository:
Connection failed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.