[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-05 22:53:19 CET

On Wed, Mar 05, 2003 at 04:38:46PM -0500, Michael Price wrote:
> Julian Fitzell writes:
> > > If we are going to use flags, it seems more intuitive to me to always
> > > honor svn:ignore unless some flag (--force?) is used.
> >
> > I have to weigh in strongly in support of this. Presumably you have
> > files being ignored in svn:ignore for a reason. If you really want to
> > override that, you can easily specify --force.
>
> Bah, Humbug. The only thing more annoying would be if '-i' was the
> default action for the 'rm' command. I typed the command line. I
> shouldn't have to "force" anything.

um, it *is* the default action for 'rm', *if* there's been a property
set on the file in the past which would seem to contradict the intent
of your 'rm' (namely, chmod u-w).

similarly, interactive prompting or requiiring '--force' should be the
default for svn add, *if* there's been a property set on the file which
would seem to contradict the intent of your 'add' (namely, svn:ignore).

 
> > If we don't honour svn:ignore by default, I'm going to spend my time
> > removing generated files that other developers have checked in by
> > mistake even though I set up svn:ignore properly.
>
> Get new developers or make your hiring process more stringent.

yeah, right. half of the (Win)CVS users in our office are content writers
or artists -- not programmers. it's all i can do to get them to do
their own adds and commits.

-brian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 5 22:57: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.