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

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

From: <webpost_at_tigris.org>
Date: Sun, 12 Apr 2009 23:16:38 -0700 (PDT)

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??

Thanks.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=1683561

To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-04-13 08:17:04 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.