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

Re: RC1 installation overwrites autolist.txt

From: Sven Brueggemann <SBrueggemann_at_gmx.net>
Date: 2006-01-03 21:04:07 CET

Hello,

> If you have a regex for special files, send the regex here so we can
> include it in the autolist.txt officially.

I didn't send them in intentionally, because they would be useless or
counterproductive for others. Examples:

.m4 = define\(`?([^,')]+)

most users of the GNU m4 macro processor wouldn't want TSVN to
catch m4 Makro definitions, but e.g. cpp class names in .cpp.m4
files.

(MULTILINE|NOCASE) .bat, .cmd = ^:([a-z0-9-][a-z0-9- ]*)

This refers to my own naming habits - the format of batch labels
is not documented.

(MULTILINE) .txt = ^\s*(?:Procedure|Object)\s+([A-Z0-9-]+)

and if you include a regex for the DialogSystem language, it might
conflict with a few other files in rare occasions :-)

Kind regards

Sven

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Jan 3 21:42:44 2006

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.