I am using SVN. I want to have external file in my working copy. I have a folder with files from my repository. And I also want to have one file from external third party repository.
SVN externals can be used for folders only.
Since version 1.6 externals for files are supported, but for the files in the same repository only.
How to workaround this limitation? Which approaches, practices, tricks whatsoever could be used for this situation?