Here i try to use fossil to create a new repository file named bprs.fossil that will contain files from a java project. After doing fossil init to create the repository file then im opening the repo on a directory named bprs_checkout.

After opening a repository file on a directory, fossil will create a hidden file on the folder that will aid in fossil operation needed.

Then i start working by filling the directory with files to be committed to the repository, add the files (fossil add *) and commit it (fossil commit). All fossil commands are done on the checkout directory (bprs_checkout). After commit i want to see fossil ui command opening web interface containing the repository.
![]()
Here is the awesome fossil web interface. I heard that the web is themeable, wow.

Done for now !