[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 22:41:49 -0600

On Jan 12, 2009, at 22:34, nick downing wrote:

> [ndowning_at_charikar] testnick [1:570] svn proplist -v .
> Properties on '.':
> svn:ignore : a0 a1 ad b0 b1 bd

For the svn:ignore property, you must put one match (e.g. one
filename) per line, e.g.:

a0
a1
ad
b0
b1
bd

This is different from the global-ignores section of the config file,
where all matches are listed on a single line.

See the Book:

http://svnbook.red-bean.com/en/1.5/
svn.advanced.props.special.ignore.html

"The Subversion runtime configuration system provides an option,
global-ignores, whose value is a whitespace-delimited collection of
file patterns."

"When found on a versioned directory, the svn:ignore property is
expected to contain a list of newline-delimited file patterns that
Subversion should use to determine ignorable objects in that same
directory."

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

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