Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| userdoc:tt_fossil [2015/08/27 16:01] – [AstLinux Fossil Command Scripts] abelbeck | userdoc:tt_fossil [2015/11/02 09:55] (current) – [AstLinux Fossil Command Scripts] droemel | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| AstLinux now supports the [[http:// | AstLinux now supports the [[http:// | ||
| - | Code developers have long known the importance of tracking changes by file and timeline. | + | Code developers have long known the importance of tracking changes by file and timeline |
| Additionally, | Additionally, | ||
| - | Credit the Open Source packages SQLite and Fossil beginnings to [[https:// | + | Credit the Open Source packages SQLite and Fossil beginnings to [[https:// |
| - | !!Note: AstLinux 1.2.4 or later is required!! | + | !!Note: AstLinux 1.2.4.1 or later is required!! |
| ==== Fossil Configuration ==== | ==== Fossil Configuration ==== | ||
| Line 29: | Line 29: | ||
| Once Fossil has been enabled and restarted, continue with the Fossil Web Interface, below. | Once Fossil has been enabled and restarted, continue with the Fossil Web Interface, below. | ||
| + | |||
| + | !!Tip ->!! If you want to automatically track daily file changes, use cron and " | ||
| + | |||
| ==== Fossil Web Interface ==== | ==== Fossil Web Interface ==== | ||
| Line 88: | Line 91: | ||
| fossil help diff | fossil help diff | ||
| - | Surely you have been in this situation, actively editing configuration files, got interrupted, | + | Surely you have been in this situation, actively editing configuration files, got interrupted, |
| Line 105: | Line 108: | ||
| ## | ## | ||
| ## Fossil daily auto-commit - Do not remove, un-comment to enable | ## Fossil daily auto-commit - Do not remove, un-comment to enable | ||
| - | | + | |
| - | The nice thing is, when nothing has changed, no commit will actually be generated. Keep in mind that even with a daily auto-commit running in the background, changes can still be manually committed with an informative comment-text message whenever desired. | + | The nice thing is, when nothing has changed, no commit will actually be generated. Keep in mind that even with a daily auto-commit running in the background, changes can still be manually committed with an informative comment-text message whenever desired. Also the auto-commit comment can be edited later, when you select the commit, and then click ' |
| Line 138: | Line 141: | ||
| Note that you must have your current working directory set somewhere in the /mnt/kd/ tree for some of the native '' | Note that you must have your current working directory set somewhere in the /mnt/kd/ tree for some of the native '' | ||
| - | !!Note ->!! After the native '' | + | !!Note ->!! After the native '' |
| **The " | **The " | ||
| Line 157: | Line 160: | ||
| fossil help diff | fossil help diff | ||
| - | And at the [[http:// | + | Additionally |
| ==== Reset Fossil Repository ==== | ==== Reset Fossil Repository ==== | ||
| Line 180: | Line 183: | ||
| would only include the directories and files defined, plus any " | would only include the directories and files defined, plus any " | ||
| + | ==== Fossil Tweaks ==== | ||
| + | |||
| + | In the " | ||
| + | |||
| + | Change: | ||
| + | |||
| + | menulink $index_page Home | ||
| + | if {[anycap jor]} { | ||
| + | menulink /timeline Timeline | ||
| + | |||
| + | to: | ||
| + | |||
| + | menulink $index_page Home | ||
| + | if {[anycap jor]} { | ||
| + | menulink / | ||