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

cvs2svn: charset handling and keywords

From: Bernd Sokolowsky <bernd.sokolowsky_at_epost.de>
Date: 2003-05-05 17:33:24 CEST

Hi,

here are a couple of short remarks about the cvs2svn utility:
(N.B.: I use the subversion 0.21 binaries for debian/woody)

1. charset issue

When the CVS file contains non-ASCII characters, the conversion will
fail with a message like that:

   UnicodeError: ASCII decoding error: ordinal not in range(128)

cvssvn has to be called with the --encoding=ENC option. For one,
this option is not mentioned in the manpage. Second, the error message
could be a bit more helpful.

2. CVS keywords

It would be nice if cvs2svn would be able to check for CVS keywords
(in non-binary files) and issue appropriate svn propset commands.
Perhaps this would be optional.

3. Revision keyword

Is there a compelling reason to rename the Revision keyword to "Rev"?
I used this keyword in many files and have to adapt them all, because
"$Revision: xyz$" is not expanded any more.

But anyway: Subversion is pretty cool and definately usable. I love it.

Bye, Bernd.

-- 
Bernd Sokolowsky @ home
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 5 17:32:38 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.