开发者

How to ignore config files in SVN?

开发者 https://www.devze.com 2023-01-18 12:13 出处:网络
What is the proper syntax to ignore a specific file such as a configuration file which may be different depending if it is ru开发者_运维知识库nning on Development, QA or Production?Create and check in

What is the proper syntax to ignore a specific file such as a configuration file which may be different depending if it is ru开发者_运维知识库nning on Development, QA or Production?


Create and check in a template web.config.template and ignore web.config the 'deployed' version.

To automate the web.config.template customization create a shell script.


you can add property svn:ignore in your repository and ignore *.config files or exactly web.config

0

精彩评论

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