You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Thomas Earl Deforest <th...@byu.edu> on 2008/12/03 16:00:11 UTC

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

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:

ted@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@subversion.tigris.org].

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

Posted by Andy Levy <an...@gmail.com>.
On Wed, Dec 3, 2008 at 11:00, Thomas Earl Deforest
<th...@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@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@subversion.tigris.org].
>

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].