Question

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'
Était-ce utile?

La solution

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.

Autres conseils

For me it was a proxy issue , I restarted again after disabling the proxy and it worked fine.

Thanks everyone. Finally I got the issue. I have set and apply a local proxy for system wide (for Jmeter performance testing). After stop that is working well.

I've posted some steps you can check here: Netbeans RapidSVN and respositories.

Please try an alternate client too - maybe it's a problem of rapidsvn.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top