小编bol*_*dor的帖子

使用python绑定将SVN转换为Mac上的Mercurial不起作用

我尝试将本地SCN存储库(及其所有历史记录)转换为Mercurial.我正在使用Mac(10.6.2).因此,我使用Macports作为包管理工具.

我开始转换:

hg convert file:// ´pwd´/calebsvn/ 
Run Code Online (Sandbox Code Playgroud)

结果是,它开始工作正常,但过了一会儿,它停止了.这是输出:

initializing svn wc 'calebsvn-wc'
** unknown exception encountered, details follow
** report bug details to http://mercurial.selenic.com/bts/
** or mercurial@selenic.com
** Mercurial Distributed SCM (version 1.4.2)
** Extensions loaded: convert
Traceback (most recent call last):
  File "/opt/local/bin/hg", line 27, in <module>
    mercurial.dispatch.run()
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/mercurial/dispatch.py", line 16, in run
    sys.exit(dispatch(sys.argv[1:]))
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/mercurial/dispatch.py", line 30, in dispatch
    return _runcatch(u, args)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/mercurial/dispatch.py", line 46, in _runcatch
    return _dispatch(ui, args)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/mercurial/dispatch.py", line 454, in _dispatch
    return …
Run Code Online (Sandbox Code Playgroud)

svn macos mercurial macports

2
推荐指数
1
解决办法
844
查看次数

标签 统计

macos ×1

macports ×1

mercurial ×1

svn ×1