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

Re: [PATCH] hot-backup archiving failes on Windows because of read-only files

From: Jens Peters <jpeters7677_at_gmx.de>
Date: 2007-03-31 08:23:37 CEST

> I committed the test suite version of this change in r24289. Thanks
> for the reminder!
>
> DJ

I had to fix the imports first, see below, and then the script works nicely in my environment,
thanks for taking care of this!

Jens

[[[
* hot-backup.py.in
     Add necessary imports for safe_rmtree
]]]

Index: tools/backup/hot-backup.py.in
===================================================================
--- tools/backup/hot-backup.py.in (revision 24291)
+++ tools/backup/hot-backup.py.in (working copy)
@@ -22,7 +22,7 @@

  ######################################################################

-import sys, os, getopt, stat, string, re
+import sys, os, getopt, stat, string, re, time, shutil

  ######################################################################
  # Global Settings

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Mar 31 08:24:08 2007

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

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