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

Re: global-ignores pattern for a file name with spaces

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Sun, 26 Sep 2010 13:57:43 +0200

On 26.09.2010 09:14, Pawel Debski wrote:
>>>
>>> I mean I want SVN to ignore files like:
>>>
>>> my file to ignore ala.doc
>>> my file to ignore alaola.doc
>>> my file to ignore ala ela.doc
>>> etc.
>>>
>>> Whan would be the proposed global-ignores pattern in config file?
>>>
>>
>> Just put them in quotes:
>> "my file to ignore some text.doc"
>>
> Hmm, I put the following line in the config file:
>
> global-ignores = Thumbs.db "Backup copy *.wbk" *~ *.bak
>
> and than, unfortunately when I try to commit TortoiseSVN shows me
> hundreds of files like that:
>
> trunk/2007/Backup copy DebskiP LetterOfContract.wbk
>
> How to make it ignore all files like that?

Ups, my fault:
use escaping chars to escape the spaces:
my\ file\ to\ ignore\ some\ text.doc

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=2664749
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-09-26 13:57:55 CEST

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

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