Is anybody running a fossil server on their freebsd instance? If so, how did you configure it (inside apache, standalone as inetd service, etc)?
Ha! It's like git, kinda: https://www2.fossil-scm.org/home/doc/trunk/www/index.wikiWhat is a 'fossil server'?
How so? iirc, it's fairly new.Ironically named.
It's not new, new, but it's pretty new. I'd say 2010ish... Anyhow, I used rcs when I first started out, then svn (1998), which was a huge improvement, then hg (2000ish), then git (2004), which were both better than svn, but... now (2022), I'm done with git. fossil seems to fit the bill nicely and the conversion was by far the easiest. It's a single executable, has a ui built in, has a decent webserver built in, and is tiny (6mb) by comparison. I figured out how to get it running on FreeBSD as a service using inetd. I'm sure there are many other possibilities, but for my setup, I'm good for the time being.How so? iirc, it's fairly new.