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

Re: Global-ignores patterns do not show as ignored in svn status

From: Andy Levy <andy.levy_at_gmail.com>
Date: Wed, 3 Dec 2008 20:00:07 -0500

On Wed, Dec 3, 2008 at 11:00, Thomas Earl Deforest
<thomas_deforest_at_byu.edu> wrote:
> Using global-ignores in the config file I am ignoring files that start with
> "._" . These files are successfully ignored by svn add commands. However,
> when I do an svn st on a directory that has these files in them they show up
> simply as unversioned (indicated by the '?'). Shouldn't they not appear in
> svn status unless the --no-ignores is set? See code below:

What exactly is your ignore pattern? It should be ._* (note the asterisk)

> ted_at_web1:/srv/www/htdocs> svn st templates/
> ? templates/._three_column.html
> ? templates/._content_basic_mylib.html
> ? templates/._content_basic.html
> ? templates/._holder.html
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=978939
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=979239

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2008-12-04 02:01:02 CET

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.