SVN E155016 ...的工作副本数据库已损坏

时间:2023-01-15 08:26:26

My computer exploded while in the middle of an svn (version 1.8.8) update command. Now svn does nothing just tells me the working copy is corrupt.

我的计算机在svn(版本1.8.8)更新命令的中间爆炸。现在svn什么也没做,只是告诉我工作副本已损坏。

svn: E155016 The working copy database at [dir] is corrupt

svn:E155016 [dir]的工作副本数据库已损坏

I have no idea what to do, any suggestions?

我不知道该怎么做,有什么建议吗?

1 个解决方案

#1


2  

Cleanup

清理

Try svn cleanup in your working copy

在您的工作副本中尝试svn清理

http://svnbook.red-bean.com/en/1.8/svn.ref.svn.c.cleanup.html

http://svnbook.red-bean.com/en/1.8/svn.ref.svn.c.cleanup.html

New checkout

新结账

Try to make a new checkout to different place. If new checkout works properly, delete the corrupted one and replace it with new checkout.

尝试在不同的地方结帐。如果新的结帐工作正常,请删除已损坏的结帐并将其替换为新的结帐。

#1


2  

Cleanup

清理

Try svn cleanup in your working copy

在您的工作副本中尝试svn清理

http://svnbook.red-bean.com/en/1.8/svn.ref.svn.c.cleanup.html

http://svnbook.red-bean.com/en/1.8/svn.ref.svn.c.cleanup.html

New checkout

新结账

Try to make a new checkout to different place. If new checkout works properly, delete the corrupted one and replace it with new checkout.

尝试在不同的地方结帐。如果新的结帐工作正常,请删除已损坏的结帐并将其替换为新的结帐。