But it seems like this section from the book says otherwise:
The svn:ignore property contains a list of file patterns which certain
Subversion operations will ignore.
Perhaps the most commonly used special property, it works in conjunction
with the globalignores
run-time configuration option (see the section called "Config") to
filter unversioned files and
directories out of commands svn status, svn add, and svn import.
-----Original Message-----
From: Andy Levy [mailto:andy.levy@gmail.com]
Sent: Friday, September 15, 2006 3:39 PM
To: Jiho Han
Cc: users@subversion.tigris.org
Subject: Re: A couple of questions on revert and svn:ignore
On 9/15/06, Jiho Han <jhan@infinityinfo.com> wrote:
> First question is whether propset svn:ignore takes effect after a
> commit.
> For example, if you have a test.suo file and you set svn:ignore to
> *.suo and svn add test.suo, what should happen?
test.suo will be added because you explicitly told Subversion to add it.
ignore is more for ignoring the unversioned file when looking at the
status of the directory. See
http://svnbook.red-bean.com/nightly/en/svn.advanced.props.html#svn.advan
ced.props.special.ignore
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 15 21:42:31 2006