Hello, There seems to be a bug in fossil v 8006c6dd with "doc/ckout" feature. I have checked on win XP and AIX. Test case on win is bellow. Could it be looked into?
Thanks Peter C:\soft\bin>fossil v This is fossil version 1.31 [8006c6ddf2] 2015-02-19 06:18:05 UTC C:\soft\bin>fossil new testckout.fossil project-id: afc9bb5b86e10a06557258b19cb13667138165ab server-id: 7776c8f13a33098330eb6308c9437310e3a7b6f3 admin-user: user (initial password is "62db46") C:\soft\bin>fossil ope testckout.fossil project-name: <unnamed> repository: C:/soft/bin/testckout.fossil local-root: C:/soft/bin/ config-db: C:/Documents and Settings/user/Data aplikací/_fossil project-code: afc9bb5b86e10a06557258b19cb13667138165ab checkins: 0 echo test ckout feature in fossil>testckout.txt fossil add "testckout.txt" ADDED testckout.txt fossil ci -m "will ckout work on file testckout.txt ?" --no-warnings New_Version: ecbc563fc2 fossil server --port 8088 --files "*.txt" ./ Listening for HTTP requests on TCP port 8088 Type Ctrl-C to stop the HTTP server --working OK http://localhost:8088/testckout/timeline --testing doc/trunk feature OK http://localhost:8088/testckout/doc/trunk/testckout.txt --testing doc/tip feature OK http://localhost:8088/testckout/doc/tip/testckout.txt --testing doc/ckout feature ERROR http://localhost:8088/testckout/doc/ckout/testckout.txt SQLITE_ERROR: statement aborts at 5: [ATTACH DATABASE 'C:/soft/bin/_FOSSIL_' AS 'localdb'] cannot ATTACH database within transaction Database Error cannot ATTACH database within transaction: {ATTACH DATABASE 'C:/soft/bin/_FOSSIL_' AS 'localdb'} _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

