svn ignore a file but include it in checkout

前端 未结 3 875
既然无缘
既然无缘 2020-12-11 16:31

I have a project in a repository. People will soon start checking it out, working on it, then committing their changes back. But there is one file within that project (an

3条回答
  •  轮回少年
    2020-12-11 17:10

    Actually there are two approaches to 'ignore' commits on a versioned file. The 'template' solution has already been mentioned by @cdhowie. The second approach uses changelists as described in this post.

    svn changelist ignore-on-commit file-you-want-to-add
    

提交回复
热议问题