MAC SVN cleanup Can’t move ‘.svn/tmp/entries’ to ‘.svn/entries’: Operation not permitted

话不多说,开始。。。

方法一:

1、打开splite3

2、打开项目,找到项目根目录下的.svn文件,打开wc.db

.open /...路径../wc.db

3、查看数据库中的表 .tables

4、select *from WORK_QUEUE;

delete from work_queue;

5、select *from WC_LOCK;

delete from wc_lock;

MAC SVN cleanup Can’t move ‘.svn/tmp/entries’ to ‘.svn/entries’: Operation not permitted_第1张图片

方法二:

1、终端中 cd /...项目根目录路径../

2、chflags -R nouchg ./

3、svn cleanup

你可能感兴趣的:(MAC SVN cleanup Can’t move ‘.svn/tmp/entries’ to ‘.svn/entries’: Operation not permitted)