During an office move our SVN server got damaged and our administrators didn't think to backup the repositories regardless of the move. It turns out that it might be as long as two weeks before we have our SVN server repaired (some specialized storage device with proprietary RAID needs to be sent back to the vendor), but in the mean time we need to do some collaborated development and our combined SVN knowledge is somewhat limited.
The best case scenario for us would obviously be that we create a new repository from one of our sandboxes and when the our server is functional again, merge the two in such a way that it would be like the server never went down. Is this possible and if so, how do we accomplish this? If this is not doable, what are some options we have?