[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: Natalya Pyalling <npyalling_at_valuecommerce.ne.jp>
Date: 2004-02-27 12:45:19 CET

Hi John,

Thank you for quick response. I am sorry for posting into wrong list.

Your advice is very useful. It helps a lot.

Many thanks. :)

Sincerely yours,
Natalya Pyalling.

-----Original Message-----
From: John Szakmeister [mailto:john@szakmeister.net]
Sent: Friday, February 27, 2004 1:46 PM
To: users@subversion.tigris.org
Cc: Natalya Pyalling; Alexey Kharchenko
Subject: Re: cvs2svn error

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 12:55:39 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.