2017-11-20 3 views
0

In der Q & A Stil des Stapeltausches, hatte ich diesen Fehler und konnte keine Lösung finden.Ich brach Fossil-scm - SQLITE_NOTADB

Der Unfall war Ursache von mir eingeben:

fossil update a_filename 

Dies führt zu einer Verfälschung der fossilen scm Einstellungen, die Ausgänge:

SQLITE_NOTADB: file is not a database 
D:\bin\fossil.exe 
SQLITE_NOTADB: file is not a database 
D:\bin\fossil.exe: file is not a database 
PRAGMA database_list 
SQLITE_NOTADB: file is not a database 
D:\bin\fossil.exe: file is not a database 
PRAGMA database_list 
SQLITE_NOTADB: file is not a database 
D:\bin\fossil.exe: file is not a database 
PRAGMASQLITE_NOTADB: file is not a database 
^C^C 

Dies läuft für immer.

Antwort

0

Die Lösung dieses Problems ist es, erneut zu synchronisieren:

fossil sync https://<my_username>@<url> 

, die nach einem Kennwort fragt und eine Statusmeldung liefern, dass alles in Ordnung ist.