hg convert in mercurial 1.2.1
wind57
wind_57 at mail.ru
Wed Jul 8 06:25:46 UTC 2009
1. First about upgrading, I am good for know with version 1.2.1 but I will
read what's new and improved and consider upgrading.
2. So I have a CVS Project called SSO (single sign on) that I am trying to
convert to hg, here is the command that I am running :
mqbrkr at wind57-laptop:~/Desktop/Testing$ hg --debug --traceback convert SSO
Here is the output that I am getting:
assuming destination SSO-hg
initializing destination SSO-hg repository
using builtin cvsps
collecting CVS rlog
reading cvs log cache
/home/wind57/.hg.cvsps/extssh.cvs-192-168-163-4.home-cvs.SSO.cache
cache has 786 log entries
running 'cvs' '-q' '-d:extssh:cvs at 192.168.163.4:/home/cvs' 'rlog'
'-d>2009/06/15 15:54:30 +0000' 'SSO'
prefix='/home/cvs/SSO' directory='SSO'
root=':extssh:cvs at 192.168.163.4:/home/cvs'
cvs at 192.168.163.4's password:
786 log entries
creating changesets
15 changeset entries
connecting to :extssh:cvs at 192.168.163.4:/home/cvs
Traceback (most recent call last):
File "/var/lib/python-support/python2.6/mercurial/dispatch.py", line 41,
in _runcatch
return _dispatch(ui, args)
File "/var/lib/python-support/python2.6/mercurial/dispatch.py", line 372,
in _dispatch
return runcommand(lui, repo, cmd, fullargs, ui, options, d)
File "/var/lib/python-support/python2.6/mercurial/dispatch.py", line 247,
in runcommand
ret = _runcommand(ui, options, cmd, d)
File "/var/lib/python-support/python2.6/mercurial/dispatch.py", line 417,
in _runcommand
return checkargs()
File "/var/lib/python-support/python2.6/mercurial/dispatch.py", line 377,
in checkargs
return cmdfunc()
File "/var/lib/python-support/python2.6/mercurial/dispatch.py", line 371,
in <lambda>
d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
File "/var/lib/python-support/python2.6/mercurial/util.py", line 718, in
check
return func(*args, **kwargs)
File "/var/lib/python-support/python2.6/hgext/convert/__init__.py", line
199, in convert
return convcmd.convert(ui, src, dest, revmapfile, **opts)
File "/var/lib/python-support/python2.6/hgext/convert/convcmd.py", line
322, in convert
opts.get('rev'))
File "/var/lib/python-support/python2.6/hgext/convert/convcmd.py", line
54, in convertsource
return source(ui, path, rev)
File "/var/lib/python-support/python2.6/hgext/convert/cvs.py", line 38, in
__init__
self._connect()
File "/var/lib/python-support/python2.6/hgext/convert/cvs.py", line 274,
in _connect
raise util.Abort(_("server sucks"))
Abort: server sucks
abort: server sucks
3. Extra info : I am running Ubuntu 9.04 with Mercurial 1.2.1, the server is
on Fedora 10 with CVS version 1.11.23.
For any other info plz do not hesitate to ask. :)
Thank you,
Eugene.
--
View this message in context: http://www.nabble.com/hg-convert-in-mercurial-1.2.1-tp24374392p24386058.html
Sent from the Mercurial mailing list archive at Nabble.com.
More information about the Mercurial
mailing list