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

Re: get Tortoise to warn when "Check for Mofications" and found unversioned files with certain extensions

From: viki <vikimun_at_gmail.com>
Date: Thu, 16 Jul 2009 01:39:45 -0700 (PDT)

On Jul 15, 6:33 pm, Simon Large <simon.tortoise..._at_googlemail.com>
wrote:
> 2009/7/15 viki <viki..._at_gmail.com>:
>
> > There is situation when you created new source files and edited some
> > old files
> > and forget to add some of newlty added files. In a large and quickly
> > chaning tree, can happen.
> > This breaks build of other people, but you don't notice it yourself
> > until some else is bitten.
>
> > "Show unversioned files" will not help because there are hundreds of
> > object files in the tree.
>
> How about using svn:ignore to ignore all those object files like
> everyone else does?
>
> > I'd like to configure list of extensions ("*.h,*.cpp") and tell
> > Tortoise
> > to always show such files in "Check for Modifications" list, if
> > unversioned
> > files with such extensions exist. It's sort of opposite to "Ignore
> > List". The  "Unignore List".
>
> > Does this already exist ? If not, how can I feature-suggest it ?
>
> No, because the ignore list is safer - files should only be ignored if
> you specifically ignore them, not because you forgot to add that
> extension.

Thanks it works. I did not notice default ignorelist has *.o but no
*.obj :-)

After I added
*.obj *.sbr *.exp *.pch *.idb *.pch Debug Release *.user *.lib *.ncb
*.suo *.dep *.pdb *.res *.manifest *.bak *_Debug *_Release

to ignore list, it's much better now.

Viki

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-07-16 10:40:28 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.