Set the svn:ignore
property of the parent directory:
(设置父目录的svn:ignore
属性:)
svn propset svn:ignore dirname .
If you have multiple things to ignore, separate by newlines in the property value.
(如果您有多个要忽略的内容,请按属性值中的换行符分隔。)
In that case it's easier to edit the property value using an external editor: (在这种情况下,使用外部编辑器编辑属性值更容易:)
svn propedit svn:ignore .
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…