I'm doing a checkout from a rather large remote repository ( ~ 5 GB ). However, in some cases, the client already has some if not all of those files on this local computer, but those files are unmanaged ( in no repository of any kind ). Is there any way to minimize the amount of files to download for the client?
Note that I use a client written in C# using SharpSVN. The answer doesn't need to show how to do it in C# using SharpSVN (altho that would be ideal), I'm fine with the bare subversion commands, I'm just pointing it out in case it matters.
Thanks in advance for any answers.