Re: Ignore file/directory with name begin with '!'
From: Ryan Schmidt <subversion-2009d_at_ryandesign.com>
Date: Wed, 25 Nov 2009 06:48:08 -0600
On Nov 25, 2009, at 06:43, Steven Woody wrote:
> On Wed, Nov 25, 2009 at 5:41 PM, Ryan Schmidt wrote:
If the directory !Build is not versioned, then "svn st" should only show the directory !Build in status output, and if you ignore the !Build directory as shown above, then that should go away.
So it sounds like !Build is versioned (i.e. at some point you ran "svn add '!Build'" and "svn commit"). Of course, ignoring items that are versioned has no effect.
> So, What should I do if my directory is some like:
Well, if the directory !Build is versioned, and you want to ignore the unversioned Debug directory inside it, then you simply
svn propset svn:ignore Debug '!Build'
------------------------------------------------------
Please start new threads on the <users_at_subversion.apache.org> mailing list.
|
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.