问题标签 [svn-reintegrate]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
79 浏览

svn - 有没有办法判断何时与 svn merge 一起使用 reintegrate 选项?

在 Subversion 1.6 中有没有办法使用日志、mergeinfo 等来确定何时使用 --reintegrate 选项完成合并?(这假设人们知道哪些提交是合并的结果。)

0 投票
1 回答
267 浏览

svn - svn 分支到分支合并

我有一个关于何时使用的问题--reintegrate。我们创建了一个名为的分支Beta1,现在我们将其用作临时主干,同时尝试一些新的更改。然后每个开发人员都有一个他们正在进行更改的分支。必要时我们会合并回来Beta1以测试我们的更改。我们应该--reintegrate在从developer branchto合并时使用,Beta1还是在我们最终合并时使用Beta1to trunk

0 投票
1 回答
2026 浏览

svn - 在 Subversion (SVN) 中重新集成到分支(不是主干)

我知道--reintegrateSubversion (SVN) 1.6 中有一个选项可以将功能分支合并回主干。

我的工作流程有点复杂:

我们有功能分支——我们经常将主干合并到它们。但我们不会立即将它们放回后备箱。相反,我们从主干创建一个发布分支,并将功能分支合并到发布分支。在这一点上,我们遇到了很多树冲突(因为特性分支和主干中都存在很多变化)。

在这种情况下,选项--reintegrate必须有所帮助,但是--reintegrate在合并到除主干以外的分支时似乎不起作用。真的吗?

0 投票
2 回答
205 浏览

svn - Commit local changes after branch was reintegrated

something that shouldn't happen, happened to me today. We were working on a feature branch in svn (Server afaik 1.6, client 1.7). This branch was reintegrated yesterday, while i was not in the office. Now i'm left with some local changes in my working copy, pointing to the already reintegrated branch. Of course its partially my fault of leaving changes locally after work, but thats another story ;-)

I know that reintegrating the branch again is not an option, so What are the best ways to bring my changes into the trunk? A Coworker suggested using patches, which i never used before. I also thought about cherry picking my changes, after commiting them into the branch, but i'm not sure if this would work. Are there any other options?

Any help is greatly appreciated.

Best regards Nico

0 投票
2 回答
2234 浏览

svn - 如何使用 Netbeans 将 SVN 分支重新集成到主干中?

我从主干创建了一个分支。随着我分支的开发完成,我想将我的分支合并(重新集成)到主干中。是否有启用选项或设置?似乎 Netbeans 7.1 无法将分支重新集成到主干中。

我错了吗?

0 投票
2 回答
2773 浏览

svn - SVN中将分支重新集成到主干的问题

我正在尝试将分支重新集成到主干,但是当我在 TortoiseSVN 中单击“测试合并”时,我收到以下消息:

但是,分支中的文件和主干中的文件完全一样。当我将主干合并到我的分支时,该文件位于某个分支中。

有人遇到过这个问题吗?

0 投票
1 回答
38 浏览

git - 由于较早的还原,无法集成到主分支

我有一个主题分支,并将我的更改合并到主分支。由于一些错误,我不得不回滚我的更改。在我触摸它之前,我通过手动将代码更改回原来的方式来完成此回滚。

这是因为我们即将发布,因此立即解决问题很重要。

现在,我修复了这个错误,并试图再次将我的主题分支合并到主分支。由于相同的提交 ID,我遇到了问题。我收到以下错误消息:

[code] Merge.warning: Merge commit already exists between origin/topic and master

有没有办法解决这个问题?

任何帮助表示赞赏,谢谢

0 投票
1 回答
126 浏览

svn - Can I `reintegrate` using a specific range of revisions?

I'm working on a project with multiple people on the same branch. When we try to reintegrate our branch (using the --reintegrate command), we first merge the current trunk into the branch. We would then like to use the reintegrate command with the version number of the commit of the merge from trunk to branch.

Is it possible to reintegrate using this (or any other revision number for that matter) revision number? Or will reintegrate always take the last revision of the branch and use that?

Additionally, if somebody makes a commit after the merge from the trunk to the branch and I would start a reintegrate after that, what are my chances that the reintegrate will fail? (Failing means either bringing up conflicts (which I can solve, I know) or screwing up the merge info, which might not necessarily show until later on.)

As I said, I'm working with multiple people and it is not yet possible to enforce a codefreeze (too big a project to lock it and no administrative privileges to lock other users out). I am interested in your ideas, so that maybe I can plead my case to make this possible.

0 投票
2 回答
7620 浏览

svn - SVN 合并重新整合缺失的范围,但没有要合并的内容

这是谜语:

但是,如果我进入分支目录并尝试合并该范围,则没有可合并的内容!

甚至svn merge -r 11898:11903显示没有什么可以合并的。

现在我似乎无法将我的分支重新整合到主干中!请帮忙!

PS lih 分支直到 11906 年才创建。它是从 hd 分支分支出来的,而 hd 分支是从 trunk 分支出来的(并且 hd 已经合并回 trunk)。

0 投票
1 回答
1577 浏览

svn - 在 Subclipse 中重新集成分支

我的问题与以下问题基本相同,只是我使用的是带有 svn 1.6.17 的 subclipse,但从未真正得到回答。

在 Subversion 1.5 中将分支重新集成到主干时缺少范围错误消息

我已将所有更改合并到似乎工作正常的分支中。但是,当我尝试将分支重新集成回主干时,出现以下错误:

仅当修订 16530 到 24993 之前从 Trunk-Repo-URL 合并到重新集成源时,才能使用重新集成,但情况并非如此。

然后它列出了一些缺少范围的文件。

当我去分支并查看这些文件的历史记录时,它们都在修订版 24992(我相信它们在合并时都有问题需要纠正)。主干逻辑上具有较旧的修订版。

任何指向我哪里出错的指针,因为错误似乎在告诉我做我已经做过的事情。