Commit several projects in Eclipse SVN

落爺英雄遲暮 提交于 2019-12-11 07:48:34

问题


I am working on several projects in Eclipse. The projects are checked out from an SVN repository. The projects also depend on each other. Currently, if I want to commit them, I have to mark each project and then call Team -> Commit.

Is it possible to commit everything without selecting particular projects? That's quite annoying. It is especially difficult to remember which projects were changed today and which were not. I tried doing this with working sets but I do not see any option of committing them.

Any ideas?


回答1:


You can only commit them together if they are all part of the same working copy. If you checked each project out individually via Eclipse, this will not be the case.

Unless there's very tight coupling between the projects, you normally should not be committing multiple projects at once. It's not about making things less convenient to you, but about making your commits smaller, self-contained "units".



来源:https://stackoverflow.com/questions/18353586/commit-several-projects-in-eclipse-svn

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