I tried re-compiling and starting over, and it seems like somewhere
along the way the updating problem went away. I've written up a quick
document about how I did things, which can be found at
/n/sources/contrib/john/hg-howto.txt. If somebody else can take a look
at it, try the procedure, and let me know how things work, that would
be great.

John

On Tue, Aug 11, 2009 at 11:21 AM, Jeff Sickel<j...@corpus-callosum.com> wrote:
> By the way, I realized that hg on Windows file systems does not like the
> following files:
>
>   bin/"
>   bin/""
>
> Clone/pull work fine.  You just can't successfully update to actually get
> the bits into a working system.
>
> -jas
>
> On Aug 11, 2009, at 12:52 PM, Russ Cox <r...@swtch.com> wrote:
>
>> On Tue, Aug 11, 2009 at 9:37 AM, John Floren<slawmas...@gmail.com> wrote:
>>>
>>> Hi
>>>
>>> So I'm trying to clone a private repository I just created on
>>> bitbucket. This is what I see:
>>>
>>> jerq% hg clone https://<username>@bitbucket.org/<username>/<repo>/
>>> destination directory: <repo>
>>> http authorization required
>>> realm: Bitbucket.org HTTP
>>> user: <username>
>>> abort: could not import module msvcrt!
>>
>> Surely there is a version of https support
>> that doesn't involve msvcrt?  That's a
>> Windows DLL.
>>
>>> If I try with ssh instead:
>>> jerq% hg -v clone ssh://h...@bitbucket.org/<username>/<repo>/
>>> running ssh h...@bitbucket.org "hg -R <username>/<repo>/ serve --stdio"
>>> abort: no suitable response from remote hg!
>>
>> Presumably this is because ssh is sshv1
>> but bitbucket requires sshv2.
>>
>> Russ
>>
>>
>
>



-- 
"Object-oriented design is the roman numerals of computing" -- Rob Pike

Reply via email to