SVN: revision numbers in the branch

There are several points about versioning SVN on a branch that I don’t understand:

  • When I create a branch, does the branch get its revision number?
  • How does SVN handle revision numbering on a branch? Does the branch have its own sequence of revision numbers, separate from the trunk and other branches? Or is there only one sequence numbering for the entire SVN server? To clarify, explain what happens when the commit is done in a branch.
+4
source share
2 answers

When I create a branch, does the branch get its own revision number?

Not. There is only one global version number for the entire repository.

, , .

, , , .

Subversion . , , .

, "trunk" "". , .

subversion. ( ) .

"". , ( , ), , ( Subversion ).

+11
  • . ; .

  • - . , , . , , .

+2

All Articles