Fossil

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

4 check-ins using file src/db.c version 7f2493ac3f

2020-04-19
14:40
Update the configuration-database location documentation to reflect enhancements to the "fossil info" command. check-in: b980ede08b user: drh tags: trunk
14:34
On the "fossil info" command with no arguments and outside of an open checkout, or with the -v option, show the location of the fossil executable and the version number. check-in: 1da8afdf87 user: drh tags: trunk
14:18
Enhance the "fossil info" command so that if it is run with no arguments and not in an option check-out, it shows global information about the fossil setup (currently limited to the location of the configuration database). check-in: 6e71a28847 user: drh tags: trunk
14:06
Revise the algorithm for finding the configuration database on unix. The algorithm is now approximately this: (1) Use the ~/.fossil name if such a file exists. (2) Use ~/.config/fossil.db if the ~/.config directory exists (3) Otherwise use ~/.fossil See [/doc/4645e9bb1a/www/tech_overview.wiki#configloc|www/tech_overview.wiki] for details. check-in: 4645e9bb1a user: drh tags: trunk