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

Re: svn commit: rev 7367 - trunk/tools/dev

From: B. W. Fitzpatrick <fitz_at_red-bean.com>
Date: 2003-10-14 20:15:14 CEST

Applied in 7422. Thanks!

-Fitz

--
Brian W. Fitzpatrick    <fitz_at_red-bean.com>   http://www.red-bean.com/fitz/
Greg Stein <gstein@lyra.org> writes:
> On Thu, Oct 09, 2003 at 02:51:05PM -0500, fitz@tigris.org wrote:
> >...
> > +++ trunk/tools/dev/scramble-tree.py	Thu Oct  9 14:51:04 2003
> >...
> > +  def walker_callback(self, baselen, dirname, fnames):
> > +    if ((dirname.find('.svn') != -1)
> > +        or dirname.find('CVS') != -1):
> 
> If you're going to use string methods, then you may as well go all the way
> and remove the use of the 'string' module. Note that the above code can
> falsely select '.svnfoobar' or somesuch.
...&c.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 14 20:16:03 2003

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.