[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: Karen Tracey <kmtracey_at_gmail.com>
Date: 2007-04-19 18:17:24 CEST

On 4/19/07, Dirk van Oosterbosch, IR labs <labs@ixopusada.com> wrote:
>
> Well, I thought I tried that before. I tried it again now but it does
> *more* harm! :-(
>
> % 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. Then you
do this:

% svn propset svn:ignore -F ~/Projects/Labsite/ignore_list_templates
> python/templates
> property 'svn:ignore' set on 'python/templates'
>

for each directory where you want .pyc and .bak files to be ignored.

[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.]

Karen
Received on Thu Apr 19 18:17:50 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.