[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[savannah-help-public] [sr #109351] cannot push new Mercurial repos
From: |
Marco van Hulten |
Subject: |
[savannah-help-public] [sr #109351] cannot push new Mercurial repos |
Date: |
Fri, 14 Jul 2017 09:04:48 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0 |
URL:
<http://savannah.gnu.org/support/?109351>
Summary: cannot push new Mercurial repos
Project: Savannah Administration
Submitted by: hulten
Submitted on: Fri 14 Jul 2017 03:04:47 PM CEST
Category: Source code repositories - developer access
Priority: 5 - Normal
Severity: 3 - Normal
Status: None
Assigned to: None
Originator Email:
Operating System: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
First, I enabled Mercurial in the administrative interface of my approved
project (complot). I also added ssh public keys from my systems, with the
result I can ssh to hg.sv.gnu.org
Then I followed https://savannah.gnu.org/maintenance/UsingHg/ and from my own
machine in the repository I want to upload, I entered:
$ hg push ssh://address@hidden/complot/
pushing to ssh://address@hidden/complot/
remote: abort: there is no Mercurial repository here (.hg not found)!
abort: no suitable response from remote hg!
Surely, the repository needs to be initialised first, so I tried this:
$ hg clone . ssh://address@hidden/complot
You tried to execute: hg init complot
Sorry, you are not allowed to execute that command.
abort: could not create remote repo!
What am I forgetting or doing wrong?
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/support/?109351>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [savannah-help-public] [sr #109351] cannot push new Mercurial repos,
Marco van Hulten <=