[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: hotbackup.py on Windows server

From: eg <egoots_at_gmail.com>
Date: Tue, 29 Apr 2008 09:45:24 -0700

David Glasser wrote:
> On Mon, Apr 28, 2008 at 10:15 AM, Suzanne Shockley
> <Suzanne.Shockley_at_sscoop.com> wrote:
>> Does anybody have steps to get a hotbackup.py running on a Windows server? I need steps A to Z. Thanks!
>
> users_at_subversion.tigris.org is a better mailing list for this sort of question.
>

Replying on users list:

Assuming you have SVN already installed and running;

- Install the svn python bindings onto the server. The bindings version
should correspond to your version of svn.

- Get the copy of hot-backup.py.in from tools\backup and copy it to
where you want to execute it from (server side) and change the name to
hot-backup.py

- Edit hot-backup.py and change the following:
a) shebang line (optional)

b) Change the occurences of @SVN_BINDIR@ to point to the bin directory
of your subversion installation

c) Edit the num_backups variable to the desired number of backups you
want to keep around (optional).

- Now you should be able to run the program.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-29 18:46:26 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.