Converting from CVSNT

Greg Ward greg-hg at gerg.ca
Thu Jun 25 08:55:06 CDT 2009


On Thu, Jun 25, 2009 at 4:26 AM, Giampaolo Fadel<gp.fadel at gmail.com> wrote:
> But, while I'm able to use Mercurial from source, following
> http://mercurial.selenic.com/wiki/WindowsInstall ,
> and using the source of 1.2.1, I'm not able to build from the crew
> repository (each command give me a treceback
> error: "NameError: global name WinIOError is not defined'). I'm not very
> good with Python and I'll spend more time to
> investigate.

Bugs don't get fixed if they don't get reported, so please send email
to the list when a development version crashes.  (In the case of this
one, it might already be fixed: update to the tip of crew and see if
it goes away.)

> I've tested with TortoiseHg0.8preview that has the version 288ba6d6c5c7 of
> hg (the current tip) but I'have a different
> traceback error: "AttributeError: 'logentry' object has not attribute
> 'mergepoint'".

Known bug which has been fixed.  Probably the THg preview that you're
using does not have the fix.  The workaround is to remove Hg's cvsps
cache directory.  On Unix, that's ~/.hg.cvsps; I have no idea where it
is on Windows.  Try looking in your home directory.

Good luck!  (You're going to need it.)

Greg


More information about the Mercurial mailing list