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

svn add ignores the ignore patterns

From: Knut Wannheden <knut.wannheden_at_gmail.com>
Date: 2005-09-23 09:46:46 CEST

Hi all,

I just found out that the svn add command will ignore the ignore
patterns (both global-ignores config and the svn:ignore property) for
paths explicitly passed as parameters to it. E.g.

$ mkdir mydir

$ svn add mydir
A mydir

$ cd mydir/

$ touch myfile

$ svn ps svn:ignore myfile .
property 'svn:ignore' set on '.'

$ svn st
A .

$ svn add myfile
A myfile

$ svn st
A .
A myfile

I assume this is the intended behaviour. But the reason I'm bringing
this up is that this is not mentioned anywhere in the SVN book. Should
I report this as a documentation enhancement request to the issue
tracker?

Regards,

Knut Wannheden

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 23 10:12:52 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.