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

Re: "200 OK" error caused by non-ASCII characters?

From: Dag-Erling Smørgrav <des_at_des.no>
Date: Sun, 18 Oct 2009 22:56:14 +0200

Stefan Sperling <stsp_at_elego.de> writes:
> Dag-Erling Smørgrav <des_at_des.no> writes:
> > It so happens that the log message for revision 31 contains an ISO8859-1
> > character.
> Looks like it's something else:
> $ svn propget --revprop -r31 svn:log http://svn.des.no/svn/openpam | file -
> /dev/stdin: ASCII English text

file is wrong - IIRC, it just looks at the first 32 characters. The
complete log message is:

| I suck. This time, test before committing. I apologize for the
| acute embarassment you must all feel for knowing me. I shall
| perform Seppuku at sundown to atone for my crimes.
|
| Gar<E7>on! More coffee!

> If you need to script it you can use svn propget, iconv, and svn propset.
> There is no need to dump/filter/load at all to fix log messages, it can
> be done with an svn client.

I'll try that, thanks...

DES

-- 
Dag-Erling Smørgrav - des_at_des.no
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2408726
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-18 22:56:59 CEST

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.