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

[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: