Hello.
I have a subversion project that have a repository and trunk
, tags
, branches
top-level items. For this project, trunk
contains a folders for a big parts like 'common', 'libs', 'core', 'help', 'install', 'tests' etc. The question: is it valid in subversion to branch trunk/common
or do i need to always branch entire trunk
?
I have checked - all seems work fine while branching trunk/common
, but TortoiseSVN don't show such branches in revision graph
:(. This leads me to the assumption that it is not correct to branch something over than trunk
.