每个菜单项的子剪辑描述
某处是否有 Team 菜单中 Subclipse 的每个菜单项的描述?
还有一些我不明白的项目。
Is there a description of each of the menu items in the Team menu for Subclipse somewhere?
The are still a number of items that I don't understand.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查这两个链接,也许您可以在那里找到一些有用的东西:
以下是其中一些的说明,如有其他请注明你不明白。
与存储库同步以可视化方式将版本上的更改与 HEAD 进行比较。它显示传入的更新和要提交的传出文件。如果双击这些文件中的任何一个,您将获得更改的视觉差异。
提交 - 提交更改
创建/应用补丁 - 创建或应用补丁。 (如何)
恢复 - 恢复您的更改
编辑冲突 - 如果您的项目中存在冲突。
Branch/tag/merging 项目 - 请参阅章节4 书上的。
设置属性/显示属性 请参阅属性。
导出 - 使用 svn export 在您的项目上(打开文件浏览器以选择位置)。
显示历史记录 - 以“好方式”显示 svn 日志。
标记为已解决 - 如果存在冲突,请将您的版本标记为已解决。
Check these two links, maybe you can find some useful stuff there:
Here are the descriptions of some of them, please specify if there's any other one you don't understand.
Synchronize with repository Compare changes on your version with HEAD in a visual way. It shows incoming updates and outgoing files to commit. If you double click any of these files, you get a visual diff of the changes.
Commit - Commit your changes
Create / Apply patch - Create or apply a patch. (how to)
Revert - Revert your changes
Edit conflicts - In case you have conflicts in your project.
Branch/tag/merging items - See Chapter 4 on the book.
Set property / show properties See Properties.
Export - Use svn export on your project (opens file browser to select where).
Show History - Show svn log in a "nice way".
Mark resolved - In case there was a conflict, mark your version as resolved.