[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: Kylo Ginsberg <kylo.ginsberg_at_gmail.com>
Date: 2007-04-19 18:14:28 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
>

Since svn:ignore only applies to files in the directory to which the
property was applied, its contents should not include paths. So try
replacing the above with just:

*.bak
*.pyc

Cheers,
Kylo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 19 18:14:49 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.