[fossil-users] Multiple Repos: single sign on

2011-03-06 Thread David Bovill
I'm trying to set up multiple repositories on a server, and have a few questions. Is there anyway to share logins and/or access across multiple hosted repos? The only way I can think of doing it is scripting something on the command line to iterate through each repository? _

[fossil-users] Basic question: how to create fossil web service using bash cgi

2011-03-06 Thread David Bovill
My bash scripting is very basic. I've been trying to create some cgi's on the server that will let me create new fossil repos. I've this test cgi, and am unable to issue the commands to fossil that I am able to in the terminal. #!/bin/sh # disable filename globbing set -f echo "Content-type: text/

Re: [fossil-users] Question about best practices with Fossil.

2011-03-06 Thread John Found
Well, I came with one solution of the problem. As long as it can be useful for someone else, I will describe it here. The trick is to use as --baseline the first check-in of the subproject that have unnecessary files striped. For my case, I simply tagged this check-in with "OnlyFreshLib" tag and