[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: Matthias Wächter <waechter_at_tttech.com>
Date: 2003-03-06 23:00:41 CET

On Thu, 6 Mar 2003, Brian Denny wrote:

> certainly it seems likely that people will want to do an 'add all
> files except those marked svn:ignore'. to some of us at least, it seems
> to be a more common case than the case currently covered by 'svn add *'.

How about a new option '-i' (ignore) to the 'svn add' command?

'svn add *' -> add everything ignoring svn:ignore
'svn add -i *' -> add everything sparing svn:ignore

> it sounds a little weird, but maybe 'svn add' with no arguments should
> do this?

This would imply that the choice is to be made only for the all-inclusive
'*' as a selection. Maybe I want to say

'svn add -i myfiles*'

which should spare my svn:ignore-ed *.~*~ (myfiles1.~1~ etc.)

Then the distinction is made by the user in all circumstances.

Of course, the logic of '-i' (or whatever option it may become) can be
swapped so that '-i' (ignore) would include the svn:ignore.

Sehr Wus,
- Matthias

-- 
Matthias Wächter                                        waechter@tttech.com
TTTech Computertechnik AG,   Schönbrunnerstraße 7,   A-1040 Vienna, Austria
Voice: +43 1 585 34 34,   Fax: +43 1 585 34 34 90,   http://www.tttech.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 6 23:01:38 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.