Eclipse Subversive 提交变更列表?

发布于 2024-12-20 00:25:24 字数 454 浏览 6 评论 0原文

我刚刚创建了一个忽略提交更改列表,如 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...
enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

莫相离 2024-12-27 00:25:24

我在这里看到两种可能性:

1。使用 svn:ignore

最简单的解决方案是将您不想提交的文件添加到 svn:ignore 列表中。

您可以在 Subversive 中通过 Team>Add to svn:ignore... 菜单来完成此操作:

svn :Subversive 中忽略菜单

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:

svn:ignore menu in Subversive

2. Using change sets

The alternative is to :

  • go in the Synchronize view
  • click the Show Change Sets button
  • you can then add changed files to change sets (and create new change sets) from the right-click menu.

You can find more information in the Subversive documentation.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文