Re: SVN basic questions.

2021-08-20 Thread Daniel Shahaf
Daniel Sahlberg wrote on Fri, 20 Aug 2021 07:55 +00:00: > Den fre 20 aug. 2021 kl 05:02 skrev A Z : > > -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 branc

Re: SVN basic questions.

2021-08-20 Thread Daniel Sahlberg
Den fre 20 aug. 2021 kl 05:02 skrev A Z : > -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 b

SVN basic questions.

2021-08-19 Thread A Z
-Can you commit after adding, to a branch node? -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 u