简体   繁体   中英

svn commit issue with NetBeans

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'

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM