- When cloning using a file://path/to/file.fossil URL fossil does not properly set the first listed user to the target user. When "fossil ui" is used the original user registered in the fossil from where cloned will be autologged in. Example:
(as user "bob") $ fossil clone file://home/matt/fossils/testing.fossil testing.fossil $ fossil ui # User in the ui will be matt, but should be bob
- Move is limited to file to file or file to dir. Need to be able to move trees of files. See mv semantics