Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Svn cannot cleanup common solutions

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

1. Problem: svn executes cleanup command Times "Previous operation has not finished; run 'cleanup' if it was interrupted" error, as shown below:

two。 The source of the problem:

The operation of svn is stored in the local .SVN\ wc.db database file, and the table name is work_queue.

3. Solution:

(1) download db management tool sqlite3, link: https://pan.baidu.com/s/1G0qw8YDf2-qPT1ueY-03xw password: r1c7

(2) place sqlite3.exe under the .svn directory under the svn project of the corresponding cleanup exception (this directory is hidden by default):

(3) right-click shift+ in the .svn directory and open the command at the current location:

(4) execute input sqlite3 wc.db:

(5) enter .table to view all tables:

(6) enter delete from work_queue; to delete the WORK_ queue table:

(7) Test cleanup:

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report