(sorry about my other message ending up in another thread, was not meant that way) While playing for the first time with Fossil (open, close, delete etc.) I ended up with the message:
C:\Windows\fossil.exe: no such file: d:/test/source/monkey.txt C:\Windows\fossil.exe: SQLITE_BUSY: statement aborts at 2: [ROLLBACK] cannot rollback transaction - SQL statements in progress I am just messing around but maybe this SQL-error is a sign of another underlying problem worth investigating? The best part: I can easily reproduce it: - Create an empty folder 'test' - Create a Windows batchfile with the following content and run it: :: Place this batchfile in an empty directory and start it. del monkey.fossil del source\_FOSSIL_ del source\monkey.txt fossil init monkey.fossil mkdir source cd source echo Hello world>monkey.txt fossil open ../monkey.fossil fossil add monkey.txt del monkey.txt echo Y|fossil commit -m "Versie 2010" --tag "v2010" --branch v2010 cd .. :: End of batchfile This ends with: C:\Windows\fossil.exe: no such file: d:/test/source/monkey.txt C:\Windows\fossil.exe: SQLITE_BUSY: statement aborts at 2: [ROLLBACK] cannot rollback transaction - SQL statements in progress This is fossil version 1.18 [df9da91ba8] 2011-07-13 23:03:41 UTC I have no clue what is wrong.... (was also directly e-mailed to Richard while access to this group was not yet working for me but he is busy :-)
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

