You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by João Bosco Jares <jb...@gmail.com> on 2013/11/21 13:53:58 UTC

Contingency Planning

Hi Friends,

I want a help to implement a contingency plannning, for SVN running on
Apache and supposing my configuration is simple as possible on an vm
machine, what is the best advice to strat the job?

Best Regards

Re: Contingency Planning

Posted by Mauricio Tavares <ra...@gmail.com>.
      I think it depends exactly on what you are trying to do. For
starters, you could be backing up the db you are using with svn. But
you are probably doing that anyway. Then you could have the backup
server (vm/iron) ready to go. If the production svn server dies, you
can apply the dump in the warm spare and be back in business. You will
loose all commits up to the time of the last backup, but that is it.

IMHO that would be the easiest procedure. Implementation is of course
specific to your setup, requirements, and policies.

On Thu, Nov 21, 2013 at 7:53 AM, João Bosco Jares <jb...@gmail.com> wrote:
> Hi Friends,
>
> I want a help to implement a contingency plannning, for SVN running on
> Apache and supposing my configuration is simple as possible on an vm
> machine, what is the best advice to strat the job?
>
> Best Regards