svn commit issue with NetBeans

sanji picture sanji · Nov 21, 2012 · Viewed 12.1k times · Source

My svn client is rapidsvn and ide is NetBeans. I suddenly got an error when I am going to commit my updates. I have given 777 permission and change owner of project, but still I couldn't fix that issue.

When I commit the file in NetBeans it gives below error:

org.apache.subversion.javahl.ClientException: E175002: Commit failed (details follow):
E175002: Broken pipe
E175002: PROPFIND request failed on '/team/proporta3/branches/3.1.2/application/views/layouts'

Answer

Dimo Doncheff picture Dimo Doncheff · Feb 5, 2013

I had the same issue after upgrading NetBeans from 7.2 to 7.2.1. I had to Tools / Options / Miscellaneous / Versioning. Than choose Subversion and CLI under 'Preferred client'. After that I was able to svn as usual. Hope this helps someone.