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

Re: bug: svn add does not check svn:ignore (win32 v 1.4,2)

From: Daniel Rall <dlr_at_collab.net>
Date: 2006-12-29 19:37:42 CET

On Fri, 29 Dec 2006, Ionel GARDAIS wrote:

> And the only solution is to escape the '*' with a '\'
> ?
> As most shells do wildcard expansion on their own, I
> understand Craig's point of view where the svn:ignore
> property should be used even if the file is explicitly
> named on the command line.

If you did escape '*', Subversion is not going to understand it as a
glob. Instead, Subversion will consider it a file name (for a missing
file).

Craig wants Subversion to ignore anything from the list of patterns
named in the "svn:ignore" property, regardless of whether they're
listed explicitly on the command-line.

> And a "--no-ignore" switch will need to be used to
> override this.

  • application/pgp-signature attachment: stored
Received on Fri Dec 29 19:39:05 2006

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.