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

RE: Re: ignore list

From: Gerald Britton <gerald.britton_at_gmail.com>
Date: Tue, 8 Nov 2011 13:54:37 -0800 (PST)

> OK -- I changed my ignore list to one entry per line. It now looks like:
>
>
> *.exe
> *.dll
> *.ico
> *.bak
> *.bkp
> *.suo
> *.vbproj.user
> *.pdb
> *.vshost.*
> obj
> Ref
> My?Project
> [0-9][0-9][0-9][0-9][0-9][0-9]_[0-9][0-9][0-9][0-9]*.xls
> *.log
> 1000*.*
> StandardExlReports.*
>
> However, when I do a SVN Commit on this directory, it still shows a .pdb file as "unversioned" which is true, but it should have been ignored. Weirder still, it shows with a minus-sign icon in explorer. I attached screenshots. What should I do to get it to really ignore the .pdb files?

Found it. The *.pdb above is actually "*.pdb " with a trailing blank. I removed the trailing blank and it worked!

Next question:

Is it reasonable to ask TSVN to remove trailing blanks for the ignore list? It's an easy mistake to make and appears invisible until you really look for where the line ends.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2876411

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-11-08 22:54:40 CET

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.