[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: Greg Stein <gstein_at_lyra.org>
Date: 2001-09-27 08:48:09 CEST

On Wed, Sep 26, 2001 at 02:36:45PM -0500, cmpilato@collab.net wrote:
> 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?

"not sure" :-)

> 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.

Ah. Cool.

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

Does make check have a case where '*' is generated in a status output? :-)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
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.