From mboxrd@z Thu Jan 1 00:00:00 1970 From: chris at chrisdown.name (Chris Down) Date: Thu, 7 Feb 2013 15:08:07 +0800 Subject: Snapshots not working In-Reply-To: References: Message-ID: That fixed it, thank you! Should this be mentioned in the documentation for "scan-path" perhaps? I see "this must be defined prior to scan-path" elsewhere, but not there. Thanks, Chris On 7 February 2013 15:01, Lars Hjemli wrote: > On Thu, Feb 7, 2013 at 6:06 AM, Chris Down wrote: >> Here's how my /etc/cgitrc looks: >> >> virtual-root=/ >> scan-path=/home/git >> snapshots=tar tar.gz tar.bz2 zip > > Since snapshots are specified after scan-path, the setting will not be honored. > > -- > larsh