On 4/28/2014 3:15 PM, Joseph Mingrone wrote:
Thank you all for taking the time to share your thoughts.  Since I
won't be moving these files around too often, I think I will give Fossil
(along with Tripwire) a go at this.  Does Fossil have something
equivalent to

            <another_unamed_scm> config core.worktree "../../"

which allows you to separate the repository from the source tree?

Perhaps I misunderstand your question, but Fossil already separates your repository database file from your checkout directory.

mkdir -p repos checkout
fossil new repos/project.fossil
cd checkout
fossil open ../repos/project.fossil

--
Andy Goth | <andrew.m.goth/at/gmail/dot/com>
_______________________________________________
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