svn ignore a file but include it in checkout

前端 未结 3 873
既然无缘
既然无缘 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 16:55

    You could modify your project to create a preset version of the file if it doesn't exist.

    The file would then not be in SVN at all, and every client would get it the first time they run the code.

    The feasibility of this depends on how your project works and where you can put executable code.

提交回复
热议问题