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

Re: [PATCH] add support for svnrdump to svn-backup-dumps.py

From: Daniel Shahaf <danielsh_at_apache.org>
Date: Wed, 7 Aug 2013 14:35:35 +0000

> > + revison_regex = re.compile("^r(\d+)")
>
> Typo, "revision_regex"
>

... and while at it, use r"" literals to avoid clashes with a potential future
"r\d" backslash escape sequence.
Received on 2013-08-07 16:35:43 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.