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