On Tue, Aug 15, 2017 at 9:50 PM, Steve Schow <st...@bstage.com> wrote:

> right..  so what you’re saying is once a file is added, its permanently
> checked out basically, and any changes you make to the file are pending a
> commit.
>

That's... not wrong. Close enough :). You do have to commit after adding
it, though, or it will not be added. The "add" command actually just queues
it up for adding at the next commit (which can be performed together with
any number of other changes). From that point on, fossil tracks any changes
you make to it.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
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