换一种情况,如果您想要在只读模式打开已编辑的文件,您可以简单地改变nosimultaneousedits组。
Alternately, if you'd prefer always to open already edited files in read-only mode, you can simply change the NoSimultaneousEdits group to.
更好的方法是使用Eclipse的组同步视角,它可以将改变过的文件并排展示出来,您可以预览其中的变更,并在每一个文件中接受或拒绝变化。
It's better to use Eclipse's Team Synchronizing perspective, which will present you with changed files side-by-side, to allow you to review and accept or reject changes in either file. To do this.
这种方法要求任何一个改变(或一组相关的改变)必须有一个新生成的脚本文件可通过“增量”更新的方式来代表,这与 Ruby Migration很相似。
This approach specifies that each change (or set of related changes) be represented as an "incremental" update in a newly created script file, similar to that of Ruby Migrations.
应用推荐