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

Re: svn stat on new files

From: Nuutti Kotivuori <naked_at_iki.fi>
Date: 2002-12-07 13:40:05 CET

Branko wrote:
> The funny thing is that if you use re.match(str, N), where N>0, an
> expression starting with "^" will never match -- because "^" matches
> the beginning of a string

...or after a newline, depending on the semantics of that particular
regular expression engine (and flags given to it, if it owns such things).

> , and you're telling re.match to start beyond that. :-)

-- Naked

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Dec 7 13:40:55 2002

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.