接手之前的開發(fā)人員的項目,感覺的文件雜亂無章,然后就好好的整理了一下,對整個項目系統(tǒng)的優(yōu)化了一次,刪除了很多沒用的文件,編譯運行之后,沒有報錯,然后提交SVN,發(fā)現(xiàn)提交不成功,報錯如下:
Description : Commit failed (details follow):
Suggestion : The operation could not be completed.
Technical Information
=====================
Error : V4Error
Exception : ZSVNException
Causal Information
==================
Description : Commit failed (details follow):
Status : 175008
Description : At least one property change failed; repository is unchanged
Status : 175008
Description : Item '/SuperWin_POS/.git/objects/1f' is out of date
Status : 170004
因為自己SVN用的不是很多,看到一堆的錯誤狀態(tài)碼,剛開始還有點蒙了,最后通過網(wǎng)上查找,發(fā)現(xiàn)別人說了一個很簡單的方法,就是需要我們先更新(update)一些,然后再提交代碼(commit)即可。按照操作,很快的就提交成功了代碼。