Issue to push a repository over ssh

Benoit Boissinot bboissin at gmail.com
Wed May 10 08:22:09 CDT 2006


On 5/10/06, David MENTRE <dmentre at linux-france.org> wrote:
> Hello Benoit,
>
> "Benoit Boissinot" <bboissin at gmail.com> writes:
>
> Will the fix be available in the next 0.9?

Yes, it is already in tip.
>
> A more general question: before doing the push, I had to do a "scp -r"
> of the initial .hg directory (otherwise mercurial complained with a
> "remote: abort: repository . not found!" error message). Is there a
> better way to do that? A kind of "remote hg init"?
>

It does not exists, you could do `ssh remote "hg init /path/to/repo"`

Regards,

Benoit



More information about the Mercurial mailing list