請問SVN的錯誤訊息? svn: OPTIONS requ … - Linux

Table of Contents

自問自答

原來是有個user
把原本project A的source code
直接用cp -r / -a <folder>
直接copy到project B底下
把原本的project A的.svn一起copy到project B了. :(

當然每次project B的svn check都會錯囉...

重新 cp 舊的source code
svn delete / add
這現象就不見了...

真是高深莫測的svn呀! *茶*

: 最近某個SVN 管理的source code
: 在做
: svn commit .
: 的時候
: 出現下列錯誤訊息:
: svn: Commit failed (details follow):
: svn: OPTIONS request failed on '/'
: svn: OPTIONS of '/': 200 OK (http://svn1)
: svn: Your commit message was left in a temporary file:
: svn: '/home/usera/projectb/svn-commit.2.tmp'
: Thanks for your kindly help.
: 以前都可以commit的
: 突然就不能commit. :~
: svn client是1.4.2版
: httpd是 Apache/2.0.52
: svn server 是v1.4.3

--

All Comments

Ingrid avatarIngrid2010-09-17
我們這個team也常常遇到這種鳥事= =
Bennie avatarBennie2010-09-17
svn有mv跟cp的.....
Eartha avatarEartha2010-09-18
謝soem大指點 ^_*