Posted on 2010-06-10 19:28
Prayer 閱讀(4181)
評論(0) 編輯 收藏 引用 所屬分類:
CVS
cvs server: x.xxxx added independently by second party
Warning : 'add_record.php' has some escape characters in it (0x00-0x20, 0x80-0xFF), you should correct it first
cvs add add_record.php (in directory E:\workdir\bedu2\comwinadmin\bedu_service\)
cvs server: add_record.php added independently by second party
出現這種錯誤表示,在cvs服務器上目錄己有x.xxx文件,但你的本地cvs repository 中沒有這個文件。
是跟服務器沖突。
telnet到cvs server ,刪除x.xxx就OK了。或者整個目錄重新更新一次。