Omit Versioned Files or Folders from Commit List

我只是一个虾纸丫 提交于 2019-12-08 07:52:44

问题


Follow-to this question: The Dual Nature of svn:ignore

Is there any way to accomplish the second scenario? i.e. Stop Tortoise SVN or plain SVN from listing a fixed set of files which have local modifications but are under version control from appearing in the commit list?

I am on a project where I am the sole remote developer with a group of developers in another company, as a consequence all the other developers can share certain files which I need to make local modifications to.


回答1:


Tortoise supports this via the ignore-on-commit changelist. Any items in the ignore-on-commit changelist will be unchecked by default in the Tortoise commit dialog. To add an item to the list, right-click it in the commit dialog or the modifications dialog, mouse over "Move to changelist" and select "ignore-on-commit"



来源:https://stackoverflow.com/questions/4054349/omit-versioned-files-or-folders-from-commit-list

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!