Moving fossil repositories via usb
I just had the need to move a fossil repository between machines, without the option of moving it to my fossil hosting.
Luckily, each repository is contained in a single file, so this was just a matter of copying my fossil file to a usb-stick and pulling it back off it on the second machine. Opening the repo works out, comitting works and copying the changed repo back to the original machine will work like a charm aswell.
I really enjoy the architecture of fossil, allowing these kinds of "migrations", I don't want to imagine how this process would have looked like with a git repository.