> -----Original Message-----
> From: Stefan Küng [mailto:tortoisesvn_at_gmail.com]
> Sent: Monday, April 13, 2009 3:19 PM
> To: dev_at_tortoisesvn.tigris.org
> Subject: Re: [TSVN][Bug Report] "non-LF line endings" error for korean
> characters.
>
> 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].
Hi Stefan.
Long time no see. :)
I attached the korean log message file.
(UTF-8 and zipped).
* Test repository type : "file://".
* Test TSVN version : TSVN-1.6.99-16133-32bit-dev
* Error message : "Cannot accept non-LF line endings in 'svn:log' property"
* "svn commit -F logmessage.txt ." command is OK.
Thanks for TSVN. :)
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=1683931
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-04-13 08:37:05 CEST