I'm using tortoise SVN to version my projects. since they have some common libraries I'm using the external propriety in order to link the common repository. If I use the string with the absolute path everything works fine (but other users cannot update correctly since they map the repositories in a different way. Then I tried to use a relative path, but i get this error:
Error: Unable to open an ra_local session to URL
Error: Unable to open repository 'file:///Z:/..DMF_FRAMEWORK/Repository'
file:///Z:/DMF_FRAMEWORK/Repository 2.WebDev\Framework
../../../../DMF_FRAMEWORK/Repository 2.WebDev\Framework
the repository is located in Z:/DMF_FRAMEWORK/Repository, how can I set the relative in order to update correctly?
thank you Andrea