On 3/30/2009 1:12 PM, Mark Phippard wrote:
> 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.
Yes, my server is 1.6. Are there any plans to fix this in Subclipse or
JavaHL or SVNKit?
> 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.
That didn't work for me. I tried the commit twice, and the second time I
used the messages from the drop-down.
--
David Rothenberger ---- daveroth_at_acm.org
"It may be that our role on this planet is not to worship God but to
create him."
-- Arthur C. Clarke
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=1485794
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2009-03-30 22:25:32 CEST