userdoc:tt_fossil

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
userdoc:tt_fossil [2015/08/31 10:09]
abelbeck [Fossil Command Line Interface]
userdoc:tt_fossil [2015/11/02 03:55] (current)
droemel [AstLinux Fossil Command Scripts]
Line 9: Line 9:
 Credit the Open Source packages SQLite and Fossil beginnings to [[https://twit.tv/shows/floss-weekly/episodes/320|D. Richard Hipp]] //(SQLite discussion at 7 min, Fossil at 14 min)//. Credit the Open Source packages SQLite and Fossil beginnings to [[https://twit.tv/shows/floss-weekly/episodes/320|D. Richard Hipp]] //(SQLite discussion at 7 min, Fossil at 14 min)//.
  
-!!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-commit" See Below: **[[#astLinux_fossil_command_scripts|AstLinux Fossil Command Scripts]]**
 +
 ==== Fossil Web Interface ==== ==== Fossil Web Interface ====
  
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
-  5 4 * * * /usr/bin/fossil-commit >/dev/null 2>&1+  55 23 * * * /usr/bin/fossil-commit >/dev/null 2>&1
  
  
-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 'Edit' (within 'Other Links') at the top section.
  
  
Line 158: Line 161:
  
 Additionally at the [[http://www.fossil-scm.org/index.html/help|Command-Line Help]] on the Fossil website. Additionally at the [[http://www.fossil-scm.org/index.html/help|Command-Line Help]] on the Fossil website.
 +
 ==== Reset Fossil Repository ==== ==== Reset Fossil Repository ====
  
Line 179: Line 183:
 would only include the directories and files defined, plus any "Include Dirs" and "Include Files" in the Network tab. would only include the directories and files defined, plus any "Include Dirs" and "Include Files" in the Network tab.
  
 +==== Fossil Tweaks ====
 +
 +In the "Fossil Web Interface" if you want to display 'Check-ins' by default on the 'Timeline' button (instead of 'Any Type'), then you need to edit the 'Header' section under the 'Admin/Skins' menu, and add "?y=ci" to the URL for the 'Timeline' button on the menu bar:
 +
 +Change:
 +
 +  menulink $index_page Home
 +  if {[anycap jor]} {
 +    menulink /timeline Timeline    
 +
 +to:
 +
 +  menulink $index_page Home
 +  if {[anycap jor]} {
 +    menulink /timeline?y=ci Timeline
  
  • userdoc/tt_fossil.1441033751.txt.gz
  • Last modified: 2015/08/31 10:09
  • by abelbeck