[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 won't create zipfiles bigger than 2GB

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 17 Jun 2010 18:46:59 +0300 (IDT)

Donald Gordon wrote on Thu, 17 Jun 2010 at 08:49 +1200:
> Hi
>
> > > > Here's a patch to hot-backup, then.
> > Donald, this mailing list unfortunately strips off some kinds of
> > attachments. Please try attaching as plain text, or even paste in-line
> > text if it's a very small patch.
>
> Attached, again: hopefully the list lets text/plain through.
>

Committed in r955650.

When using zip and zip64 interchangeably, they both use ".zip"
extension, so the 'old backups' are removed interchangeably too. But
I don't think it's an issue: either the new file is below 2GB (in which
case it's a normal zip file, Python documents) or it's above, in which
case the other option is to raise() and not create a new backup at all.

Thanks Donald.

Daniel

> donald
>
Received on 2010-06-17 18:00:20 CEST

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.