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

Converting CVS 2 SVN probs

From: <mailing.lists_at_gmx.net>
Date: 2003-03-04 10:18:38 CET

hi

i have a problem converting my cvs repo in svn.

the convertign process starts normally;
after a while this error is fired up:

Traceback (most recent call last):
  File "./cvs2svn.py", line 847, in ?
    main()
  File "./cvs2svn.py", line 844, in main
    util.run_app(convert, ctx, start_pass=start_pass)
  File "/usr/lib/python2.2/site-packages/svn/util.py", line 38, in run_app
    return apply(func, (pool,) + args, kw)
  File "./cvs2svn.py", line 772, in convert
    _passes[i](ctx)
  File "./cvs2svn.py", line 729, in pass4
    c.commit(t_fs, ctx)
  File "./cvs2svn.py", line 517, in commit
    l = unicode(log, ctx.encoding)
UnicodeError: ASCII decoding error: ordinal not in range(128)

as far as i understand is the log entry in the cvs too long for unicode.
how can i solve this, so that the converting process will successfully ends?

greetz

achim

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 4 10:19:26 2003

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

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