You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Mark Lundquist <ml...@comcast.net> on 2004/12/10 15:31:28 UTC

global-ignore entire directory tree?

Hi,

Is there a way to tell "svn status" to ignore a directory and all of its
descendant subdirectories?

Thanks,
~ Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: global-ignore entire directory tree?

Posted by Erik Huelsmann <eh...@gmail.com>.
Hi!

> Is there a way to tell "svn status" to ignore a directory and all of its
> descendant subdirectories?

Well, you need an ignore for that, but it need not be global.

Say you have a directory tree named 'test' in the current directory
and you want to ignore that subtree, just add 'test' to the svn:ignore
property of the current dir.

HTH,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org