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

Re: hot-backup.py

From: Stephen Butler <sbutler_at_elego.de>
Date: Wed, 22 Feb 2012 09:52:56 +0100

On Feb 22, 2012, at 3:43 , Nico Kadel-Garcia wrote:

> On Tue, Feb 21, 2012 at 7:27 PM, Salari, Kamran <Kamran.Salari_at_philips.com> wrote:
> Hi everyone,
>
>
> I am new to Subversion, and I am using TortoiseSVN-1.7.3 and Slik-Subversion-1.7.2 on my XP system (Service Pack 3). I would like to know if there is a Windows version of “hot-backup.py” which I can use. It appears the script in “tools\backup” is written for a Unix environment.

Actually, the hot-backup.py script is cross-platform. It uses Python's
subprocess module, which works fine on Windows (it's used in the
Subversion test suite). I just tested the script again on Windows 7, just
to be sure.

Enter the absolute paths to svnlook.exe and svnadmin.exe at the top
of the script, e.g.,

  svnlook = r"C:\Program Files\Subversion\bin\svnlook.exe"

and you're all set.

Cheers,
Steve
Received on 2012-02-22 09:53:33 CET

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.