I have two folders laid out as below:
svn/BaseLibrary/trunk (which contains)
svn/BaseLibrary/trunk/Core
svn/BaseLibrary/trunk/Controls
I would like to include BaseLibrary as an external on another project so that the Core and Controls libraries sit inline with the rest of my project. So with my other project below:
svn/Project/trunk/Site
I want to add an external so that they can combine together like so:
/svn/Project/trunk/Core
/svn/Project/trunk/Controls
/svn/Project/trunk/Site
Is this possible? I've tried adding an external without the directory prefix so it is literally just the url to the directory but it won't parse.
https://svn.repo.co.uk/svn/BaseLibrary/trunk
Any ideas?