Peculiar Error: Illegal Command

Ingo Proetel proetel at aicas.de
Thu Jul 30 07:08:18 CDT 2009


Hi,

>> $ hg -v clone . ssh://hg@myserver/my_repos
>> => running ssh hg at myserver "hg init my_repos"
>> => Illegal command 'hg init my_repos'
>> => abort: could not create remote repo!
>>
try removing the quotes:
  ssh hg at myserver hg init my_repos


Cheers,
Ingo



More information about the Mercurial mailing list