Eclipse Subversive 提交变更列表?
我刚刚创建了一个忽略提交更改列表,如 SVN:有没有办法将文件标记为“不提交”?并且它在命令行上非常棒,可以更轻松地在命令中查看我关心的更改线。
现在拥有所有这些权力和组织,我在 Eclipse 中选择所有项目,然后转到“Team”>“Team”。提交,提交对话框中没有更改列表的概念,我仍然必须完成所有更改并繁琐地选择要提交的文件。
我是否在 Eclipse 的 Subversive 中遗漏了一些允许我在提交对话框中使用更改列表的内容?
我找到了以下设置,但它似乎没有改变任何东西......
I just created an ignore-on-commit changelist as described in SVN: Is there a way to mark a file as "do not commit"? and it's awesome on the command line, making it much easier to view the changes I care about in the command line.
Having all this power and organization now I select all my projects in eclipse and go to Team > Commit and there is no notion of changelists in the commit dialog and I still have to go through all the changes and tediously select which files to commit.
Am I missing something in Eclipse' Subversive that would allow me to use changelists in the commit dialog?
I found the following setting, but it doesn't seem to change anything...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在这里看到两种可能性:
1。使用 svn:ignore
最简单的解决方案是将您不想提交的文件添加到
svn:ignore
列表中。您可以在 Subversive 中通过 Team>Add to svn:ignore... 菜单来完成此操作:
2.使用更改集
另一种方法是:
您可以在 Subversive 文档中找到更多信息。
I see two possibilities here:
1. Using svn:ignore
The easiest solution would be to add the files you don't want to commit to your
svn:ignore
list.You can do it in Subversive through the Team>Add to svn:ignore... menu:
2. Using change sets
The alternative is to :
You can find more information in the Subversive documentation.