DTP can track canonical files that appear in different SVN branches if the scontrol.rep.svn.url
setting is configured properly. This settings specifies the SVN repository URL.
Configure the scontrol.rep.svn.url
setting to the node containing the project, but do not include the project name.
For example, if a file in SVN is part of a project named “mina” with the following absolute path:
https://svn.apache.org/repos/asf/mina/trunk/examples/src/http/BogusSslContextFactory.java
the CLI settings should be set to:
scontrol.rep.svn.url=https\://svn.apache.org/repos/asf
Do not include a trailing slash (/). Make sure to keep this consistent across all projects.