gpt4 book ai didi

svn - E200033 : Another process is blocking the working copy database

转载 作者:行者123 更新时间:2023-12-01 18:00:54 27 4
gpt4 key购买 nike

当我从存储库结帐时

sudo svn co --username me http://192.168.1.27/svn/project

我收到此错误并终止结账流程

svn: E200033: Another process is blocking the working copy database, or the underlying filesystem does not support file locking; if the working copy is on a network filesystem, make sure file locking has been enabled on the file server 
svn: E200033: sqlite[S5]: database is locked
svn: E200042: Additional errors:
svn: E200033: sqlite[S5]: database is locked

我无法 checkout 或更新该项目(出现错误后无法执行清理、更新等命令)。

最佳答案

请按照以下步骤操作:

 $ cd /my/repository/.svn 
$ mv wc.db wc.db.old
$ sqlite3 wc.db.old
sqlite> .backup main wc.db
sqlite> .exit

Afterwards, do a svn cleanup.

svn: database is locked, executing statement 'RELEASE s0'

关于svn - E200033 : Another process is blocking the working copy database,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45809949/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com