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

Re: [TSVN][Bug Report] "non-LF line endings" error for korean characters.

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Mon, 13 Apr 2009 08:18:45 +0200

webpost_at_tigris.org wrote:
> Thank you for a reply
>> What exactly doesn't work? Committing? What's the exact error you get?
>
>
> I'm sorry.
> I did not write it in detail at all because it was the same problem.
>
> It occurs by all operation to give a change to a repository .
>
> "Commit" by right-click.
> "Copy"/"Delete" by Repository browser operation.
>
> ------------------
> CommitDlg:
>
> "Could not exevute PROPPATCH."
>
> -------------------
> Server(Apache Error log)
>
> [Tue Apr 13 13:24:10 2009] [error] [client XXX.XX.2.9] Could not execute PROPPATCH. [500, #206]
> [Tue Apr 13 13:24:10 2009] [error] [client XXX.XX.2.9] Cannot accept non-LF line endings in 'svn:log' property [500, #125005]
>
> ------------------------
>
> \src\SVN\SVN.cpp
> SVN::logMessage()
> message.Replace("\r", "");
>
> "Replace" doesn't work in multi-byte characters??

That would be very strange in fact.
Can you maybe create a log message that shows this behavior, save it in
a text editor as unicode, zip it and send it here?
I can then try to find out where the problem is exactly.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=1683591
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2009-04-13 08:19:00 CEST

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

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