On 26.04.2012 18:51, Harlan Ray Mosley wrote:
> The documentation indicates that the items (tokens) in the Global
> ignore pattern string are separated by the blank character. I need
> to add a token that contains a required blank character. I tried
> adding a back-slash like in a regular expression, but that did not
> seem to work. Do I just enclose the token in single or double
> quotes?
try this:
aaa[ ]bbb
(put the space inside [])
haven't tested this myself though, but I think it could work.
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\
http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2954684