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

Re: svn:ignore property ignored while adding files

From: Michael Price <mprice_at_atl.lmco.com>
Date: 2003-03-05 21:02:34 CET

Francois Beausoleil writes:
> Hello everyone,
>
> Is it me or should svn add check the svn:ignore property ?
>
> [snip reproduction recipi]

Well, I'm only a release manager and not a developer but I'm -1 on
having add check svn:ignore.

If I type 'svn add baz' then I want baz added regardless of whether or
not its being "ignored". Ignores shouldn't override explicitly added
files.

Now, as for the globbing issue, this is often handled by the shell. So
if there are files foo.xyz and bar.xyz in a directory then 'svn add
*.xyz' will be expanded to 'svn add bar.xyz foo.xyz' by your
shell. Subversion will see two explicitly named files and it should add
both regardless of the current ignore property.

I know what I'm doing. The commands I'm running shouldn't second guess
me.

Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 5 21:03:57 2003

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.