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

Re: using LF in comment impossible since 1.6.x ?

From: B. Smith-Mannschott <bsmith.occs_at_gmail.com>
Date: Fri, 30 Oct 2009 13:48:26 +0100

On Fri, Oct 30, 2009 at 09:49, Marc Lustig <ml_at_marclustig.com> wrote:
> Hi,
>
> since upgrading to 1.6.5 we cannot use log-messages anymore that contain
> line-breaks.

I suspect that you can't use log-messages which contain the two-byte
sequence CR/LF as used in Windows to terminate lines. The Subversion
libraries want bare LF for multi-line svn: property values. (They've
been requiring it since 1.6.0)

This sounds like a bug in Subversive. Subclipse got this wrong
initially too, but fixed in in r4373 (2009-03-30) on trunk.

> This problem occurs in Subversive/Eclipse on windows.
> The problem does not occur when using the -F option on Linux to use
> file-bases commit-message.

I suspect the text file *on* *linux* uses bare LF to terminate lines,
which is acceptable to Subversion 1.6.x.

// Ben

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2412995

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-30 13:49:20 CET

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.