[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: Blair Zajac <blair_at_orcaware.com>
Date: Tue, 29 Apr 2008 10:03:42 -0700

eg wrote:
> 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.

You don't need the Subversion Python bindings to run hotbackup.py, it doesn't
use them.

$ grep '^ *import' tools/backup/hot-backup.py.in
import sys, os, getopt, stat, string, re, time, shutil
   import subprocess
       import tarfile
       import zipfile

Regards,
Blair

---------------------------------------------------------------------
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 19:05:10 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.