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

Re: [TSVN] Ignore folders

From: Stefan Küng <stefan.kueng_at_wagner-group.ch>
Date: 2004-06-24 13:33:36 CEST

Nick Gilbert wrote:

> I think there's a possible bug in the ignore list handling in the latest
> TSVN (1600).

Wow! Can you send me this version please? The TSVN trunk is only at
revision 1270, and you have a version at 1600! What features did you
implement which I don't have yet? ;)

> My exclude pattern is:
> "_svn bin obj Thumbs.db *.dll *.pdb *.suo Debug Release"
>
> but when I commit, I get lots of entries for the obj folders like this
> in the commit dialog (one for each project):
>
> \Global\obj\Nick
>
> In the obj folder are three folders:
> Debug, Release and Nick
>
> Why is the exclude pattern working for the Debug and Release folders,
> but not for the Nick folder?

Because you have Debug and Release in your exclude patterns too. If you
want to ignore the Nick folder, you must mention it in your exclude
patterns.
I don't know what your last version of TSVN was, but we switched to the
subversion exclude patterns some time ago. Your obj folder isn't
excluded because it is _inside_ a full path. Think about it, if that
would be excluded too you could end up with whole trees being excluded!
Example: exclude pattern "obj" would then exclude everything below e.g.
c:\myworkingcopy\myproject\sourceobjects
                                  ^^^

Also, I would strongly recommend that you use the svn:ignore property to
exclude whole folders. That way all others will have those generated
dirs excluded too.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Jun 24 14:37:03 2004

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.