Situation - have enormous repository, slow and unreliable link (read - vpn that breaks from time to time).
We are subject of frequent branching, moving things, so every now and then whole new branch should be taken from the repository (checkout).
Is there a way to 'resume' broken checkouts? Is it safe to do svn checkout
with same parameters and expect it to skip what is downloaded and download what is not?