Hello,

The current way I've been using to get the location of the current
working directory's '.fossil' file is to open the _FOSSIL_ file inside
the directory with the sqlite3 CLI app and run the following query:

    sqlite> select * from vvar where name = 'repository';
    repository|../../fsl.fossil

Is there a better way to get this information through the CLI commands
already available? An absolute path would be preferred (similar to
the one given by 'fossil all ls'), but if not, it's fine.

Currently using version 1.33 [b9447b0ec6] 2015-07-08 17:16:55 UTC, if
it helps.

Thanks in advance,
Arnel
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to