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

Re: [PATCH] Issue #2105 - Add '--no-ignore' option to 'svn add' and 'svn import' (v5)

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2005-06-03 23:08:04 CEST

Julian Foad wrote:
> An uncommitted "svn:ignore" property is not used. If you schedule a
> directory "d" for addition, then set its "svn:ignore" property, then
> schedule its children for addition using "svn add d --force" (where
> "force" overrides skipping it with a warning), the new "svn:ignore"
> property is not used. It seems that only the checked-in ("base") value
> is used. However, it _is_ used for the "status" command. I think this
> inconsistency is a problem.

That's issue #2243 for which you have submitted a patch. I'll take a look at
it. And I guessed wrongly that it was looking at the "base" property; in fact
it is looking at global-ignores but not looking at "svn:ignore" at all.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 3 23:11:02 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.