On Wed, Feb 16, 2011 at 6:25 PM, Richard Hipp <[email protected]> wrote:
> My current approach is to run ssh to a shell on the remote side and then > issue shell command over the wire that invoke Fossil multiple times to act > as a server for the client-side protocol. It's all a bit dodgy. > git uses this approach as well, as far as i can determine, and i have found that this approach (which seems sane to me) breaks when hosters (like mine) hard-code the PATH to /usr/bin:/bin for non-interactive shells. That of course breaks when fossil/git/whatever is installed in ~/bin (as on my setup). Because of fossil's built-in CGI support, it's still the only SCM i've ever been able to get running on my hoster (where i cannot run custom server processes). -- ----- stephan beal http://wanderinghorse.net/home/stephan/
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

