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
Next revision Both sides next revision
userdoc:tt_fossil [2015/08/31 10:09]
abelbeck [Fossil Command Line Interface]
userdoc:tt_fossil [2015/10/25 11:56]
droemel [Fossil Tweaks]
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 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 178: Line 182:
  
 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 ====
 +
 +If you want to e.g. get '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 "?=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.txt
  • Last modified: 2015/11/02 03:55
  • by droemel