2009-09-23 15:06:46 -04:00
|
|
|
Fossil is a software configuration management system. Fossil is software
|
|
|
|
that is designed to control and track the development of a software project
|
|
|
|
and to record the history of the project. There are many such systems in
|
|
|
|
use today. Fossil strives to distinguish itself from the others by being
|
|
|
|
extremely simple to setup and operate.
|
|
|
|
|
|
|
|
In addition to distributed version control, it supports distributed bug
|
|
|
|
tracking and wiki, with a built-in web interface, in a single easy-to-use
|
|
|
|
integrated package.
|
2009-11-08 10:59:00 -05:00
|
|
|
|
|
|
|
This package can be built with a static FLAVOR, which makes it easier
|
|
|
|
to use in a chrooted apache environment. ${LOCALBASE}/bin/fossil must
|
|
|
|
be copied to /var/www/bin. Note that it requires /var/tmp in the
|
|
|
|
chroot dir:
|
|
|
|
|
|
|
|
# mkdir /var/www/var
|
|
|
|
# mkdir -m 1777 /var/www/var/tmp
|
2010-11-03 13:30:14 -04:00
|
|
|
|
|
|
|
After upgrading to a newer version of fossil, it is always a good idea
|
|
|
|
to run: "fossil all rebuild". Running "rebuild" this way is not always
|
|
|
|
necessary, but it never hurts.
|