SVN: How do I maintain my local config.blah file?

后端 未结 9 928
天涯浪人
天涯浪人 2020-12-29 13:56

On the SVN server, there is a file called config.conf. I have a local version called the same thing (in the same place). How can I make sure that my loc

9条回答
  •  春和景丽
    2020-12-29 14:12

    You can add an svn-ignore: attribute to your local folder that excludes config.conf or even *.conf

    But I believe, you'd have to completely exclude this file from SVN, i.e. if its already been checked in to the repo, you'll need to delete it rfrom the repository first

提交回复
热议问题