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

Re: SVN ignores svn:ignore during svn add

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-02-15 23:20:32 CET

Early Ehlinger <earlye@respower.com> writes:

> X:\>svn pg svn:ignore .
> *.ignore

svn:ignore only applies to files in the current directory, not those
in subdirectories.

> X:\>dir /s/b test
> X:\test\test.ignore
>
> X:\>svn add test
> A test
> A test\test.ignore

test is a new subdirectory, it won't have an svn:ignore

> Note that --auto-props doesn't seem to affect this:

auto-props doesn't apply to directories, so it cannot be used to set
svn:ignore

> Am I missing something obvious?

Set global-ignores (perhaps only temporarily) in .subversion/config

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Feb 15 23:20:55 2004

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.