Hi Geert,
Thanks for helping out!
Matt,
Go into the Version Control configuration and change the path of the config to include \MyWorkArea.
(alternatively you can just change the local path, or the paths.txt file in you profile.)
If I understand this correctly, the suggestions will change the location where all XMI files are expected to reside. Correct?
In the interests of simplifying the example I left out some details that seemed immaterial (obviously went a little bit too far there...). I'm working one project within an enterprise repository and am expected to fit within certain conventions. One of those is that I need to load one package from the root level of the repository, and my packages need to be added two or more directories below that. To extend the earlier example it would look like this:
Current XMI layout in Working Copy:
%WC%\EnterprisePackage.xml
%WC%\MyPackage.xml
would need to change to this:
%WC%\EnterprisePackage.xml
%WC%\MyWorkArea\MyPackage.xml
As I understand it that would be a bit hard to implement using above, unless I use the PATH option and even that would be a little messy because anyone wanting to view the models I commit would need to have the same PC configuration as well.
So what I'm looking for is a way to access the whole contents of the current SVN working copy, while allowing certain packages within it to have their XMI files relocated via SVN file moves, and then reconnect the package in the project browser with the XMI file's new location within the SVN working copy. Is this possible without exporting/importing?
Thanks,
Matt