hg convert error

Patrick Mézard pmezard at gmail.com
Thu Feb 14 00:45:35 CST 2008


Jamie Webb a écrit :
> I have hg convert running as a nightly job to mirror a Subversion
> repository. The initial conversion of 8000 odd revisions a couple of
> days ago went fine, and nightly runs have been running fine since. Now
> it seems to have a problem with this changeset, which removes a file
> (but I'm sure this isn't the first time a file has been removed in this
> repository). This is with Mercurial 0.9.5 and Subversion 1.4.6.
> 
> Does anyone have any idea how to fix this? Any way I can patch up this
> revision and get back on track?
> 
> Thanks
> 
> /J
> 
> $ hg convert http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk /var/lib/operator/scala
> destination /var/lib/operator/scala is a Mercurial repository
> scanning source...
> sorting...
> converting...
> 2 removed deprecated class util.Fluid
> ** unknown exception encountered, details follow
> ** report bug details to http://www.selenic.com/mercurial/bts
> ** or mercurial at selenic.com
> ** Mercurial Distributed SCM (version 0.9.5)

[...]

>     fromkind = svn.ra.check_path(self.ra, entrypath, fromrev)
>   File "/usr/lib/svn-python/libsvn/ra.py", line 511, in svn_ra_check_path
> libsvn._core.SubversionException: ("PROPFIND request failed on '/scala/trunk/src/library/scala/util/Fluid.scala'", 175002)

This issue is probably fixed in main and crew development repositories.


More information about the Mercurial mailing list