Does anyone know of any companies out there that provide hosted Subversion backups?
Basically my company would like to replicate our Subversion repositories to a 3rd party hosted Subversion service. We'd like our internal repository to remain the primary host, but have the 3rd party service act as a sort of slave server that we could easily fail over to if need be (i.e. we would just have developers create a new check-out off the 3rd party hosted Subversion server and they would only have lost X hours of work).
I've looked at a few hosted Subversion services already, but from what I've seen, they all expect to be serving as the primary host with repository backups replicating to your internal server, which is the inverse of what we desire. Thanks in advance.