开发者

How to write a multi-line property in the auto-props section of the subversion config file?

开发者 https://www.devze.com 2023-01-19 02:47 出处:网络
What is开发者_JS百科 the correct syntax? [auto-props] *.* = svn:ignore=bin obj or [auto-props] *.* = svn:ignore=bin;obj

What is开发者_JS百科 the correct syntax?

[auto-props]
*.* = svn:ignore=bin
obj

or

[auto-props]
*.* = svn:ignore=bin;obj

or none? Is it possible to write multi-line properties in the config file?


In this particular case I found out that the right way of doing what I was trying to achieve was to include the following lines in the config file:

[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

So I think the same syntax (space as line separator) would apply for auto-props

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号