hgsubversion problem
joerg van den hoff
veedeehjay at gmail.com
Sat Feb 29 08:54:05 UTC 2020
On 28.02.20 23:07, Augie Fackler wrote:
>
>
>> On Feb 28, 2020, at 06:07, joerg van den hoff <veedeehjay at gmail.com> wrote:
>>
>> hi,
>>
>> I am using hg as my "frontend" to our svn repository via the `hgsubversion` extension.
>>
>> after a recent update of hg and hgsubversion (macports, OSX) it does no longer work. if the extension is activated in .hgrc I get the error
>>
>> abort: No module named repo!
>>
>> I see this with hg 5.3, hgsubversion 1.9.3 (and also tip of the hgsubversion repo) on osx 10.15.2
>>
>> any ideas?
>
> Probably hgsubversion is doing something dumb and needs to be updated for 5.3. It hasn't been touched in a while, sadly. If you want, look at the traceback and see if you can send a patch? Otherwise it's something I'll get to...eventually.
thanks for replying.
traceback: marc simpson thankfully generated one;
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "hgsubversion/__init__.py", line 54, in <module>
import svncommands
File "hgsubversion/svncommands.py", line 14, in <module>
import svnrepo
File "hgsubversion/svnrepo.py", line 32, in <module>
from mercurial.repo import repository as peerrepository
additional info: I reverted in the meantime to hg 5.1 and hgsubversion is working w/o problems with
that hg version. so it is in fact a 5.3 issue.
patch: "pure me no python" ... meaning: I am totally in the dark here. just am relying on
hgsubversion since ≈ 10(?) years.
if you find the time to fix this it would of course appreciated...
thx,
joerg
>
>>
>> thx,
>> joerg
>> _______________________________________________
>> Mercurial mailing list
>> Mercurial at mercurial-scm.org
>> https://www.mercurial-scm.org/mailman/listinfo/mercurial
>
More information about the Mercurial
mailing list