I run a local fossil server which serves repositories. On Mac OS X I use a launchctl property list which runs fossil like this:
/usr/local/bin/fossil server -P 8090 /Users/davidevans/Daves-fossil-repo There are several repositories within this directory. Recently, bug has crept in. Viewing the "File List" page for a repository in a browser displays an error: "current directory is not within an open checkout" I have bisected this error: 2013-04-22 03:50:55 d38f204d3b02815a BAD CURRENT 2013-04-22 01:33:06 7ccbf6ee6698b8f6 GOOD Checkout 7ccb gives another error: SQLITE_ERROR: no such table: main.vfile However, this does give a list of files. === Checkout d38f does seem to work in other respects. The wiki works and the repositories are cloneable. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

