Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SVN error 155009: Failed to run the WC DB work \ Can't open file \ The system cannot find the file specified

Tags:

svn

I found poor info with svn Error 155009 with message:

Failed to run the WC DB work queue associated with 'C:\Users\XXX\Foo', work item 82 (file-install Bar.dll 1 0 1 1) Can't open file 'C:\Users\XXX\Foo.svn\pristine\c2\c2dbd0fd0b44d0e4915581196479ada5567b0750.svn-base': The system cannot find the file specified

I'm on Windows 7 with 1.8.11 svn libs (installed by Tortoise).

Help me to understand the problem and how fix it when happen..

like image 850
ar099968 Avatar asked Nov 02 '15 09:11

ar099968


People also ask

What is WC DB?

GitHub - Tencent/wcdb: WCDB is a cross-platform database framework developed by WeChat.


1 Answers

The pristine area of the working copy is corrupted. There is a great chance that some tool or an antivirus broke the pristine area.

Make a backup of the contents of this working copy and checkout a new working copy.

like image 123
bahrep Avatar answered Oct 22 '22 02:10

bahrep