On Apr 29, 2017 8:30 PM, "The Tick" <the.t...@gmx.com> wrote:

OK, I think I've figured it out!

You're supposed to do a fossil >open< with a version name being "trunk"
(default) or "branch name". When finished, do a fossil close.

It appears that I can even do this in separate directories at the same time
-- one instance open with the default "trunk" and another instance with
"branch name". A commit in one of the directories will apply those changes
against the branch that was opened in that directory.

Wow! I kept thinking that one would somehow specify the branch against
which the changes were to apply when one did a commit.

Am I right or at least not too far off?


The commit is applied to the last branch. If you want to switch branches,
you can use "fossil update branch-name".
_______________________________________________
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