[issue2163] AttributeError in cvs.py

mizipzor bugs at mercurial.selenic.com
Wed Apr 28 09:43:35 UTC 2010


New submission from mizipzor <mizipzor at gmail.com>:

When trying to convert a CVS repository I got the following stacktrace. Ive 
successfully converted one CVS repos before, I dont know in what way this 
one differs. Its quite huge so Im running it again right now. Just wanted to 
post the exception here.

This is under windows, using cygwin. Repos in question was checked out 
using:
$ cvs -d :pserver:user at reposurl checkout mymodule
Then the conversion was initiated with:
$ hg convert mymodule/

** unknown exception encountered, details follow
** report bug details to http://mercurial.selenic.com/bts/
** or mercurial at selenic.com
** Mercurial Distributed SCM (version 1.5)
** Extensions loaded: convert
Traceback (most recent call last):
    File "/usr/bin/hg", line 27, in <module>
    File "dispatch.py", line 16, in run
    File "dispatch.py", line 30, in dispatch
    File "dispatch.py", line 47, in _runcatch
    File "dispatch.py", line 466, in _dispatch
    File "dispatch.py", line 336, in runcommand
    File "dispatch.py", line 517, in _runcommand
    File "dispatch.py", line 471, in checkargs
    File "dispatch.py", line 465, in <lambda>
    File "util.py", line 401, in check
    File "__init__.py", line 238, in convert
    File "convcmd.py", line 403, in convert
    File "convcmd.py", line 316, in convert
    File "cvs.py", line 200, in getheads
    File "cvs.py", line 86, in _parse
AttributeError: 'changeset' object has no attribute 'id'

----------
messages: 12403
nosy: mizipzor
priority: bug
status: unread
title: AttributeError in cvs.py

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2163>
____________________________________________________


More information about the Mercurial-devel mailing list