I have a subversion project that has a repository and trunk , tags , branches top-level elements. For this project, trunk contains folders for large parts such as "common", "libs", "core", "help", "install", "tests", etc. Question: is this really in subversion for the trunk/common branch or do I always need to fork whole trunk ?
I checked - everything works fine, and the trunk/common branch, but TortoiseSVN does not show such branches in the revision graph :(. This leads me to the assumption that it is incorrect to fork something more than trunk .
source share