tags:

views:

445

answers:

3

I am using netbeans IDE and visualSVN 1.7 I get the following error. How can I fix this error?

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.

A: 

It sound like your SVN client is trying to operate through a proxy that does not allow the use of proppatch verb.

Try configuring your SVN client to bypass your web proxy server or configuring your web proxy server to allow the use of all of the HTTP verbs for your SVN server.

Pervez Choudhury
+1  A: 

Please check end line character in svn property 'ignore'. Most clients normalize line endings, but it looks netbeans does not.

Ivan Zhakov
A: 

@chemodax: So how to fix it?

Ask netbeans developers to update SVN plugin to latest Subversion 1.6.x
Ivan Zhakov