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

Re: Cannot ignore folders containing square-brackets

From: Norbert Unterberg <nunterberg_at_gmail.com>
Date: 2007-09-04 13:50:39 CEST

2007/9/4, Adrian Rosca <adrian.rosca@imenda.com>:
>
> When commiting, I select "Add to ignore list" on folders containing
> square-brackets, eg. [Release]. They vanish as usual when an ignore is
> successful, but reappear when I am commiting next time.

The ignore feature uses regular expresssions, so [Release] ignores
files with the names R, e, l, a and s. To ignore "[Release]" I guess
you have to escape the brackets and write \[Release\] as an ignore
name.

Norbert

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Sep 4 13:47:32 2007

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.