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

Re: svn:ignore not working completely

From: Dirk van Oosterbosch, IR labs <labs_at_ixopusada.com>
Date: 2007-04-19 23:02:40 CEST

On 19-apr-2007, at 18:17, Karen Tracey wrote:
> % cat ~/Projects/Labsite/ignore_list_templates
> python/templates/*.bak
> python/templates/*.pyc
>
> I don't think you want paths included here. Just *.bak and *.pyc.
>

Ah, yes, of course. Silly. My bad.
Thanks to all those who replied.

My expectance that subdirectories could be addressed in a top-
directorty ignore list was very stubborn. And I also witnessed that
some of those subdirectory-ignore-directives *did* indeed worked,
adding to my confusion.

>
> [An easier way to do it would be to use the global-ignores run-time
> configuration, if you want .pyc and .bak files to be ignored
> wherever they may be.]
>

One question still.
I am noticing that all my .DS_Store files are automatically ignored
        I .DS_Store
        I python/.DS_Store
        ...
, while the default global-ignores line in ~/.subversion/config is
commented out
        # global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store
Where else could the ignoring of these .DS_Store files be coming from?

Again thanks,
d

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 19 23:04:46 2007

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

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