[issue2115] hg convert (cvs) failed: wrong repository path

Ivan Blazhko bugs at mercurial.selenic.com
Sat Mar 27 11:13:33 UTC 2010


New submission from Ivan Blazhko <ivan.blazhko at gmail.com>:

Trying to convert external CVS repository to Mercurial.

MacOS 10.6.2;
CVS client 1.11.23 installed from macports.
Mercurial version 1.5 installed from macports;

Following steps from 
http://mercurial.selenic.com/wiki/ConvertExtension#Converting_from_CVS :

1. Checkout

$cvs -d :pserver:user at 192.168.1.12/acme/projects/AC1234 -z 5 co docs
cvs checkout: Updating docs
...

2. Convert

$ hg convert docs docs.hg
initializing destination docs.hg repository
connecting to :pserver:user at 192.168.1.12/acme/projects/AC1234
scanning source...
collecting CVS rlog
100 acme/projects/AC1234/docs/Type_01...
200 acme/projects/AC1234/docs/Type_02...
...
488 log entries
creating changesets
100 comment 1.
200 comment 2.
300 comment 3...
397 changeset entries
sorting...
converting...
396 Initial revision
cvs server: cvs [checkout aborted]: there is no repository 
/acme/projects/AC1234/acme

abort: unknown CVS response: error


Last part in the repository path from error message is incorrect, path 
should be /acme/projects/AC1234/docs

I tried to enable warnings from cvsps by modifying .hgrc:

[convert]
cvsps = cvsps -A -u --cvs-direct

but this makes no difference, console output is the same.

If there is some other way to get more debug information, please let me 
know.

Thanks.

----------
messages: 12177
nosy: iblazhko
priority: bug
status: unread
title: hg convert (cvs) failed: wrong repository path

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


More information about the Mercurial-devel mailing list