[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: Brian Denny <brian_at_briandenny.net>
Date: 2003-03-06 19:13:26 CET

On Thu, Mar 06, 2003 at 03:42:32PM +0000, Colin Watson wrote:
> Why is it inconsistent?
>
> [cjwatson@riva ~]$ svn pg svn:ignore | fgrep .bash_history
> .bash_history
> [cjwatson@riva ~]$ svn st | fgrep .bash_history
> [cjwatson@riva ~]$ svn st .bash_history
> ? .bash_history
>
> This seems pretty much identical to the behaviour of add to me. If you

hm,
this means that 'svn status *' _does_ list ignored files.

so 'svn add *' really is analogous to 'svn status *'.

the problem is that there's no 'add' operation that's analogous to
a no-arg 'svn status'.

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 *'.

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

-brian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 6 19:17:56 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.