I tried this command: ./fossil branch -R groupcomm.fossil new spread groupcomm.fossil
I got this response: ./fossil: unable to locate check-in off of which to branch I then tried to make sure that the groupcomm.fossil repository was the one that was "open" by doing ./fossil open groupcomm.fossil and I get the same original error message: ./fossil: repository does not exist or is in an unreadable directory: /home/drh/sqlite/fossil.fossil It seems to me there is some misconfiguration with Fossil where it's referencing a directory that simply doesn't exist and it isn't looking where I've installed it to. Thanks for you replies so far! Jared > "fossil server" command is only needed to start server for web access to > your repo. To execute CLI command on a repository, you need open a > checkout or most of command take argument: -R reponame.fossil > > If you type: fossil help branch you can read: > > Run various subcommands to manage branches of the _open_ repository or > of the repository identified by the -R or --repository option. > > -- > Martin G. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

