Mercurial fatal error when pulling

Mark mwatts42 at gmail.com
Wed Jun 14 07:25:11 CDT 2006


On 6/14/06, Alexandre Fayolle <alexandre.fayolle at logilab.fr> wrote:
>
> On Tue, Jun 13, 2006 at 08:19:28PM -0400, Mark wrote:
>
> > This happens with version
> > Mercurial Distributed SCM (version 0.9+20060511)
> > on Win32 (XP and Win2003 Server)
> > with multiple different branches.  some small some large.  Many times it
> > will hapen after only a single commit.
>
> It seems to be related to issue 255 in the tracker
> (http://www.selenic.com/mercurial/bts/issue255). Can you confirm?
>
> --
> Alexandre Fayolle                              LOGILAB, Paris (France)
> Formations Python, Zope, Plone, Debian:  http://www.logilab.fr/formations
> Développement logiciel sur mesure:       http://www.logilab.fr/services
> Informatique scientifique:               http://www.logilab.fr/science
>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.3 (GNU/Linux)
>
> iQEVAwUBRI+2DV6T+PKoJ87eAQK1tggAmGYkfCICISRs2QfBOcbo/Mi6bwYnvs79
> 1IUrQNzv1W7Jjv5KRIEsnZoiIKfp6STkVyPkHCCdLItpJS57daVpIKhSQNC0BVb2
> 1vG2V+EMmNbzPEwmyUF9FJXOeJWlmb0O1hUndBX0VPljxaVQxMPk6V3gMD4GSNPQ
> hKXqkBFyDPJPpsR+1U7ByHAhKR06ULSyBmuN6LHOWcIdVTG6EmF6ow26K/BsidOk
> q73ZrMuZqsFOyCRRmCAB5SdVQstEdybeOUxfydgnZ9ontWGT5dCwgdhs0QamHinD
> l6Kv01kc9yUdEup8p67G+cGG6/VQNBxhWkAdLN0lDypxQimbqNJvwA==
> =n1qT
> -----END PGP SIGNATURE-----
>
>
> _______________________________________________
> Mercurial mailing list
> Mercurial at selenic.com
> http://selenic.com/mailman/listinfo/mercurial
>
>
>
Yes, it does seem to be this issue.  I did a "--traceback" and here is the
stack, which closely matches the stack as reported in the defect.  In fact
the stack only differs in the second and third lines which is not
un-expected as I am doing a pull, while the defect report is doing a clone.

pulling from u:\xxxxxxxx
searching for changes
adding changesets
adding manifests
adding file changes
Traceback (most recent call last):
  File "mercurial\commands.pyc", line 3343, in dispatch
  File "mercurial\commands.pyc", line 3318, in <lambda>
  File "mercurial\commands.pyc", line 2081, in pull
  File "mercurial\localrepo.pyc", line 1082, in pull
  File "mercurial\localrepo.pyc", line 1517, in addchangegroup
  File "mercurial\revlog.pyc", line 1146, in addgroup
  File "mercurial\revlog.pyc", line 961, in addrevision
  File "mercurial\revlog.pyc", line 877, in checkinlinesize
  File "mercurial\util.pyc", line 726, in rename
  File "mercurial\util.pyc", line 422, in rename
OSError: [Errno 13] Permission denied
abort: Permission denied: None
transaction abort!
rollback completed



-Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.selenic.com/pipermail/mercurial/attachments/20060614/12210cf3/attachment.html


More information about the Mercurial mailing list