Lets say I have project A on SVN server, and it has some large file.
Lets say I create a new project B, but it is actually a copy of project A. I create it, import it on the SVN server (different folder / URL), and I start with a new revision history.
The problem is, that new project has that same large file - can I somehow reuse that large file from project A, by perhaps moving it, so that I don't have to transfer it over the network? I want SVN to be able to say: "Oh, this is the same file, you don't need to commit that"
After everything, I will delete project A.