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

Re: output of SVN status, question mark lines

From: Ryan Schmidt <subversion-2009a_at_ryandesign.com>
Date: Mon, 12 Jan 2009 19:29:00 -0600

On Jan 11, 2009, at 16:49, nick downing wrote:

> Just a minor question. When I do svn status I get output such as
> this:
> ? ad
> ? bd
> ? a0
> ? a1
> ? b0
> ? b1
> which are temporary files and not under version control. Using svn
> propedit svn:ignore . I made an exclusion list:
> a0 a1 ad b0 b1 bd
> yet it doesn't seem to have any effect.

It should have the effect you want. Could you show us exactly what
you typed, and perhaps exactly what "svn proplist -v ." says now?

> For some reason .o files don't seem to be listed but other files
> are. Maybe someone has put .o in a global exclusion list when
> setting up svn, I'm not sure. How can I locally suppress specific
> files in a directory?

Yes, .o files are globally ignored by default. See the global-ignores
section of your Subversion config file (e.g. on Linux in
~/.subversion/config).

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-01-13 14:12:56 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.