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

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

From: Mark Phippard <markphip_at_gmail.com>
Date: Mon, 30 Mar 2009 16:12:40 -0400

On Mon, Mar 30, 2009 at 4:08 PM, David Rothenberger <daveroth_at_acm.org> wrote:
> On 3/29/2009 6:19 PM, webpost_at_tigris.org wrote:
>> when trying to commit a "ignore" file, I get this message.  I set a sub dir to be ignored, and thentried to commit the parent dir.
>>
>> org.tigris.subversion.javahl.ClientException: Failed to execute WebDAV PROPPATCH
>> svn: Commit failed (details follow):
>> svn: At least one property change failed; repository is unchanged
>> RA layer request failed
>> svn: Error setting property 'ignore':
>> Could not execute PROPPATCH.
>>
>> After this occurred, I can no longer check in the parent.  Doing an update or clean does not help.
>
> I just had a similar problem, although in my case it died trying to set
> the 'log' property:
>
> svn: Commit failed (details follow):
> svn: At least one property change failed; repository is unchanged
> RA layer request failed
> svn: Error setting property 'log':
> Could not execute PROPPATCH.
>
> The error in my Apache error log was:
>
> Cannot accept non-LF line endings in 'svn:log' property

This could be a problem if your server has been updated to SVN 1.6.
Apparently it requires all of these things have LF line endings and
Subclipse does not do anything to try to change your line endings to
LF.

As someone pointed out in another thread, if you use the message that
is saved in the drop-down of recent commit messages, it will have been
converted to LF.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=1485620
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2009-03-30 22:12:49 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.