什么是正确的语法?
[auto-props]
*.* = svn:ignore=bin
obj
或者
[auto-props]
*.* = svn:ignore=bin;obj
还是没有?是否可以在配置文件中写入多行属性?
什么是正确的语法?
[auto-props]
*.* = svn:ignore=bin
obj
或者
[auto-props]
*.* = svn:ignore=bin;obj
还是没有?是否可以在配置文件中写入多行属性?
在这种特殊情况下,我发现做我想要实现的正确方法是在配置文件中包含以下行:
[miscellany]
### Set global-ignores to a set of whitespace-delimited globs
### which Subversion will ignore in its 'status' output, and
### while importing or adding files and directories.
global-ignores = bin obj
所以我认为相同的语法(空格作为行分隔符)适用于auto-props