Converting from SVN to HG issue
Matt Mackall
mpm at selenic.com
Fri Jan 24 20:27:04 UTC 2014
On Fri, 2014-01-24 at 16:25 +0000, Dylan Tempel wrote:
> I have a subversion repository I am trying to convert to hg and I am running
> into the following error:
>
> scanning source...
> sorting...
> converting...
> 564
...
> svn.core.SubversionException: ("Unable to parse URL
> '/svn_msdl/root/!svn/bc/37/code/projects/NEEC Optimization/'", 175009)
Here is your error. The SVN libraries don't understand this, perhaps
because of the "!" or the " ".
The rest of this garbage is helpfully inserted by Ubuntu's horrible
apport system:
> Error in sys.excepthook:
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 66, in
> apport_excepthook
> from apport.fileutils import likely_packaged, get_recent_crashes
> File "/usr/lib/python2.7/dist-packages/mercurial/demandimport.py", line
> 95, in _demandimport
> return _import(name, globals, locals, fromlist, level)
> File "/usr/lib/python2.7/dist-packages/apport/__init__.py", line 1, in
> <module>
> from apport.report import Report
> File "/usr/lib/python2.7/dist-packages/mercurial/demandimport.py", line
> 114, in _demandimport
> mod = _origimport(name, globals, locals)
> File "/usr/lib/python2.7/dist-packages/apport/report.py", line 155, in
> <module>
> class Report(problem_report.ProblemReport):
> File "/usr/lib/python2.7/dist-packages/mercurial/demandimport.py", line
> 86, in __getattribute__
> self._load()
> File "/usr/lib/python2.7/dist-packages/mercurial/demandimport.py", line
> 58, in _load
> mod = _origimport(head, globals, locals)
> File "/usr/lib/python2.7/dist-packages/problem_report.py", line 93, in
> <module>
> class ProblemReport(UserDict):
> TypeError: Error when calling the metaclass bases
> module.__init__() takes at most 2 arguments (3 given)
--
Mathematics is the supreme nostalgia of our time.
More information about the Mercurial
mailing list