There are two problems with this.

First, you're using the old repository.

Second, you left out a "/" in the path, so you're not even using the old 
repository.

Use "ssh://onnv.sfbay//export/onnv-clone" as your parent path.

--Mark

On Wed, 6 Aug 2008, Janice Chang wrote:

> Date: Wed, 06 Aug 2008 18:57:39 -0400
> From: Janice Chang <Janice.Chang at Sun.COM>
> To: Mark J. Nelson <Mark.J.Nelson at Sun.COM>
> Cc: scm-migration-dev at opensolaris.org, Janice.Chang at Sun.COM
> Subject: Re: [scm-migration-dev] error creating an hg workspace
> 
>
> Mark J. Nelson wrote:
>> 
>>> Hello.  I tried the following sequence so as to build a new hg
>>> workspace.  Not sure what I'm doing wrong:
>>>
>>> 
>>> -----------------------------------------------------------------------------------------------------------
>>>  
>>> 
>>> trigati:/home/jc198820/hg 16 % hg init mytest
>>> trigati:/home/jc198820/hg 17 % hg clone ssh://elpaso.eng/export/gate-hg 
>>> mytest
>>> Password:
>>> remote: abort: There is no Mercurial repository here (.hg not found)!
>>> abort: no suitable response from remote hg!
>>> 
>>> --------------------------------------------------------------------------------
>>>  
>> 
>> You should either allow "hg clone" to create the target directory, or use 
>> "hg init ; hg pull -u".
>> 
>> --Mark
> Hi Mark.  Hmm...I tried using just hg clone, but this also gave me an error:
>
> trigati:/home/jc198820/hg 57 %  hg clone ssh://elpaso.eng/export/gate-hg 
> newtest
> Password: remote: abort: There is no Mercurial repository here (.hg not 
> found)!
> abort: no suitable response from remote hg!
> -----------
>
> (newtest did not exist beforehand)...
>
> Thanks,
> Janice
> trigati:/home/jc198820/hg 58 % 
>
>
>

Reply via email to