[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: cvs2svn error

From: John Szakmeister <john_at_szakmeister.net>
Date: 2004-02-27 11:45:35 CET

On Friday 27 February 2004 05:03, Natalya Pyalling wrote:
> Hi all,
>
> I tried to convert CVS repository to SVN.
>
> I got the following error (stderr)
> Traceback (most recent call last):
> File "/usr/bin/cvs2svn", line 2277, in ?
> main()
> File "/usr/bin/cvs2svn", line 2273, in main
> convert(ctx, start_pass=start_pass)
> File "/usr/bin/cvs2svn", line 2129, in convert
> _passes[i](ctx)
> File "/usr/bin/cvs2svn", line 2065, in pass4
> c.commit(dumper, ctx, sym_tracker)
> File "/usr/bin/cvs2svn", line 1790, in commit
> author, log, date = self.get_metadata()
> File "/usr/bin/cvs2svn", line 1761, in get_metadata
> author = rip.authors[rev]
> KeyError: '1.4'
>
> The output (stdout) was as normal one
> committing: Thu Nov 14 06:27:06 2002, over 0 seconds
> adding or changing 1.26 : trunk/prog_man/index.html
> new revision: 1317
> committing: Thu Nov 14 06:30:55 2002, over 0 seconds
> adding or changing 1.1 : trunk/prog_man/projects/afo.html
> new revision: 1318
> committing: Thu Nov 14 06:34:13 2002, over 0 seconds
> adding or changing 1.2 :
> trunk/prog_man/process/enhancement_process.html new revision: 1319
> committing: Thu Nov 14 06:50:11 2002, over 12 seconds
>
> I have checked the maillist without results.
> Any thoughts? What is going wrong?

First, cvs2svn *just* got split into another project. The list you need to
post to now is users@cvs2svn.tigris.org.

> SVN version is 0.37. Platform is "Fedora Core release 1 (Yarrow)".
> Cvs2svn has line "$LastChangedRevision: 7921". Python version is 2.3.

There have been a *many* fixes on cvs2svn recently. The best solution would
be to grab the latest version of cvs2svn out of the repository:

svn co http://svn.collab.net/repos/cvs2svn/trunk/ cvs2svn

Hope that helps!

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 27 11:46:46 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.