From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <5ED8C063-C46D-44D3-AA2C-1CC38F12B6F3@corpus-callosum.com> References: <7d3530220908110937u5531ebb2x694612602c8d4a3b@mail.gmail.com> <5ED8C063-C46D-44D3-AA2C-1CC38F12B6F3@corpus-callosum.com> Date: Tue, 11 Aug 2009 14:13:54 -0700 Message-ID: <7d3530220908111413v4ebeb587j50712a72b728ba70@mail.gmail.com> From: John Floren To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] Plan 9 hg with private repositories Topicbox-Message-UUID: 4291ad00-ead5-11e9-9d60-3106f5b1d025 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 wrot= e: > By the way, I realized that hg on Windows file systems does not like the > following files: > > =C2=A0 bin/" > =C2=A0 bin/"" > > Clone/pull work fine. =C2=A0You just can't successfully update to actuall= y get > the bits into a working system. > > -jas > > On Aug 11, 2009, at 12:52 PM, Russ Cox wrote: > >> On Tue, Aug 11, 2009 at 9:37 AM, John Floren 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://@bitbucket.org/// >>> destination directory: >>> http authorization required >>> realm: Bitbucket.org HTTP >>> user: >>> abort: could not import module msvcrt! >> >> Surely there is a version of https support >> that doesn't involve msvcrt? =C2=A0That's a >> Windows DLL. >> >>> If I try with ssh instead: >>> jerq% hg -v clone ssh://hg@bitbucket.org/// >>> running ssh hg@bitbucket.org "hg -R // serve --stdio" >>> abort: no suitable response from remote hg! >> >> Presumably this is because ssh is sshv1 >> but bitbucket requires sshv2. >> >> Russ >> >> > > --=20 "Object-oriented design is the roman numerals of computing" -- Rob Pike