Den fre 20 aug. 2021 kl 05:02 skrev A Z <powerus...@live.com.au>:

> -Can you commit after adding, to a branch node?
>

Yes. Branches are nothing special in Subversion, just another folder
(copied from somewhere). Then you may, by convention and project
guidelines, have restrictions on what you can do and should do in a branch.


> -Can multiple users add to a committed branch node, and que up
>   adds, or is this in fact going to nothing, while granting a message?
>   Is it the case that only the first add to the branch node will be added,
>   queued, while others will be rejected until that first node is committed?
>

You can commit as you would normally do in /trunk. Any conflicts will be
managed when updating the working copy (before commit, if needed).

(You can configure a file to require locking, but that is a separate
question from branching. To edit a locked file you must aquire the lock
from the server and only one person at a time can hold the lock to a
certain file. There is no locking on folder level).

Kind regards,
Daniel

Reply via email to