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

Re: Re: Re: [Subclipse-users] Failed to execute WebDAV PROPPATCH when trying to commit a "ignore" file

From: dotpanic <dotpanic_at_gmail.com>
Date: Sun, 30 Aug 2009 23:56:15 -0700 (PDT)

Hello,

I discovered this morning that the problem only occurs while modifying an
old commit comment via the 'Set Commit Properties' menu option on history.

The output is the following:

propset --revprop -r 59--force "svn:log" "line1
line2
line3" svn://svnserver:80/Projects/Test
    Wrong or unexpected property value
svn: Cannot accept non-LF line endings in 'svn:log' property

But if I commit a new local change with the same multiline comment, the
problem does not occur:

commit -m "line1..." C:/test/test.java
    Sending C:/test/test.java
    Transmitting file data ...
    Committed revision 64.

We're using a standalone svn server on Windows platform (svnserve.exe from
CollabNet), so we don't have any log to exploit on the server side, or we
haven't figured out where to read them...

By the way, the 'Set Commit Properties', when called from the 'SVN
Repository Exploring' perspective, sometimes does not work (no window
appears). We need to switch to the Java perspective, show history on the
file or project, and then use the similar command from there. Not very
annoying, but strange...

Mark Phippard-3 wrote:
>
> Any "svn:" property value set via Subclipse normalizes line endings to LF.
>
> In theory, the problem you are reporting is that your client sent a
> property value with CRLF in it to the server. Can you get access to
> the server logs to see if this is the case?
>
> I cannot see how this can be done via the versions you specify.
>
> --
> Thanks
>
> Mark Phippard
> http://markphip.blogspot.com/
>
> ------------------------------------------------------
> http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2388323
>
> To unsubscribe from this discussion, e-mail:
> [users-unsubscribe_at_subclipse.tigris.org].
>
>

-- 
View this message in context: http://www.nabble.com/Failed-to-execute-WebDAV-PROPPATCH-when-trying-to-commit-a-%22ignore%22-file-tp22782105p25219033.html
Sent from the subclipse - users mailing list archive at Nabble.com.
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2388766
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2009-08-31 08:56:29 CEST

This is an archived mail posted to the Subclipse Users mailing list.

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