Say I have a repository like this:
trunk/
src/
lib/
somelib
Somelib is linked to specific revision of a subversion repository beyond my control, at http://some.svn.url.com/trunk
.
What happens if http://some.svn.url.com/trunk
disappears from the internet? Will a clean checkout of the repository be missing this dependency? Or will the SVN server send the last available copy?
Is there some way of linking to an external repository but making a local cache (on the SVN server), so that if the original repository can no longer be reached the files are still available?