Zmiany pomiędzy wersją 15 and wersją 16 dla AdminGuide/svnrecreate

Pokaż
Ignoruj:
Data i czas:
04/16/18 12:49:32 (6 years temu)
Autor:
jpo (IP: 83.144.106.170)
Komentarz:

--

Legend:

Bez zmian
Dodane
Usunięte
Zmienione
  • AdminGuide/svnrecreate

    v15 v16  
    171171 
    172172}}} 
     173 
     174= Problemów z kolejką SVN podczas uruchamiania cleanup = 
     175{{{ 
     176root@eDok-JOM:/home/edokumenty/repository# svn cleanup 
     177svn: E155009: Failed to run the WC DB work queue associated with '/data/ops/repository', work item 127620 (file-install 26 2018/03/12/file_522565.rtf 1 0 1 1) 
     178svn: E155017: Can't install '/data/edokumenty/repository/2018/03/12/file_522565.rtf' from pristine store, because no checksum is recorded for this file 
     179}}} 
     180 
     181Jeśli nie mamy sqlite3, wykonujemy polecenie 
     182{{{ 
     183apt-get install sqlite3 
     184}}} 
     185 
     186Następnie wchodzimy do folderu: 
     187{{{ 
     188cd /home/edokumenty/repository 
     189sqlite3 .svn/wc.db "delete from work_queue" 
     190}}}