[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 163 - trunk/subversion/tests/clients/cmdline/svntest

From: <cmpilato_at_collab.net>
Date: 2001-09-26 21:36:45 CEST

Greg Stein <gstein@lyra.org> writes:

> > + rm = re.compile ('^(..)(.)(.+)(\d+)\s+(.+)')
>
> Hmm... I'm not sure that that will match when the '*' marker is present (??)

Really? Maybe I don't understand regexps well, enough, but I thought:

   '^(..)(.)' is good for the first 3 columns
   '(\d+)\s+(.+)' is good for the local revision, some space, and the path

   which leaves just

   '(.+)' in the middle there to pick up either all whitespace, or
          whitespace-*-whitespace.

I dunno. `make check' works. :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:42 2006

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.