1. 程式人生 > >svn常見錯誤解決

svn常見錯誤解決

1、svn commit時報錯

svn: E155015: Commit failed (details follow):

svn: E155015: Aborting commit: '/data/testdir/testsvn/testpro_svn/Branch/test-branch/3.txt' remains in conflict
解決方法:svn resolved /data/testdir/testsvn/testpro_svn/Branch/test-branch/3.txt,然後再次commit即可

2、MAC下配置SVN

3、Delta source ended unexpectedly

用客戶端登陸上去,把原來那個檔案刪掉,重新commit。

4SVN commit 報錯

org.apache.subversion.javahl.ClientException: A repository hook failed
svn: Commit failed (details follow):
svn: Commit blocked by pre-commit hook (exit code 1) with output:
PHP Warning:  fsockopen(): unable to connect to tcp://10.67.15.219:9100 (Connection refused) in /data0/svnapi/api.svn.sae.sina.com.cn/hooks/codefs.class.php on line 34
can't connect to server
Eorror: commit failed!

 

5、myeclipse的svn外掛版本低不能使用問題

http://lijunlisu.blog.163.com/blog/static/163981428201462854721700/

6、解決myeclipse8.6.1 安裝svn 丟失server選項問題

http://silencegg.iteye.com/blog/990650

7、64位myeclipse安裝SVN外掛無法正常工作

http://www.haogongju.net/art/2661805

8、無法commit

錯誤提示

svn cleanup failed–previous operation has not finished; run cleanup if it was interrupted

 

解決連結http://blog.csdn.net/luojian520025/article/details/22196865

 

9、Eclipse如何更新svn外掛版本

下一步到最終 安裝即可

10、'svn'提交 has encountered a problem

利用svn 與資源庫同步時 ,出現'svn'提交 has encountered a problem

出現這個原因主要是 多個同名的java檔案 造成的。先 斷開與svn的連線,然後把

  Helloword.java.r1110 等結尾的java檔案刪除,就可以提交了。