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+(.+)')
Really? Maybe I don't understand regexps well, enough, but I thought:
'^(..)(.)' is good for the first 3 columns
which leaves just
'(.+)' in the middle there to pick up either all whitespace, or
I dunno. `make check' works. :-)
---------------------------------------------------------------------
|
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.