0 votes
in SVN by

What do you mean by the term Branch in the Subversion?

1 Answer

0 votes
by

It is actually a copy of the code which is derived from a specific location in the trunk. The same is used when it comes to applying changes whether on small or on large scale. However, it is necessary to preserve the integrity of the code while doing so.

🔗Reference: stackoverflow.com

🔗Source: SVN Interview Questions and Answers

...