-2
A
回答
1
從在我的評論中討論的documenation:
This form is called a '2-URL merge':
svn merge SOURCE1[@REV1] SOURCE2[@REV2] [TARGET_WCPATH]
You should use this merge variant only if the other variants do not
apply to your situation, as this variant can be quite complex to
master.
Two source URLs are specified, identifying two trees on the same
branch or on different branches. The trees are compared and the
difference from [email protected] to [email protected] is applied to the
working copy of the target branch at TARGET_WCPATH. The target
branch may be the same as one or both sources, or different again.
The three branches involved can be completely unrelated.
TARGET_WCPATH is a working copy path; if omitted, '.' is generally
assumed. The special cases noted above in the 'complete' merge form
also apply here.
SOURCE1 and/or SOURCE2 can also be specified as a working copy path,
in which case the merge source URL is derived from the working copy.
相關問題
- 1. 烏龜SVN合併「@ ###必須與@ ###祖先相關」錯誤
- 2. SVN:必須與祖先相關
- 3. 烏龜SVN重返分支到主幹
- 4. svn mergeinfo - E195016:「必須是祖先相關的」
- 5. 烏龜SVN合併:分支 - >樹幹修正歷史樹
- 6. 更改分支頭使用烏龜svn
- 7. 如何SVN使用烏龜SVN將樹幹合併到一個分支(SVN 1.6)
- 8. 關於認證烏龜svn
- 9. 烏龜SVN合併 - 新幹線至科
- 10. 與烏龜SVN恢復
- 11. 不能合併回主幹,必須是祖先相關的。但據我瞭解,它們* *是相關的
- 12. 不能與烏龜SVN連接到SVN
- 13. 烏龜SVN - AnkhSvn(VisualStudio)
- 14. SVN烏龜和scplugin
- 15. SVN分支與合併到主幹
- 16. 從主幹SVN rebase分支
- 17. 每個git commit都必須是分支的祖先嗎?
- 18. 分支合併到主幹不共享祖先
- 19. 如何解決與龜SVN的分支/樹幹衝突?
- 20. 與烏龜SVN問題庫結構
- 21. 烏龜SVN樹衝突與自己
- 22. 處理與烏龜SVN的衝突?
- 23. 烏龜SVN無法同步兩個分支。爲什麼?
- 24. 烏龜SVN:創建一個稀疏分支
- 25. 如何重新整合烏龜的分支SVN
- 26. 自動化烏龜SVN
- 27. 烏龜SVN新手結賬
- 28. 烏龜Svn無法連接
- 29. 烏龜svn導出功能
- 30. 烏龜SVN導出設置
的庸俗答案是合併一個分支,是祖先相關的軀幹。現實情況是SVN對共同祖先的處理很差,所以你仍然可以選擇合併一個'from'和'to'修訂版,然後它不會關心共同祖先的位置(或不是) –
@保羅 - 你能回答這個問題嗎?你指的是哪種類型的合併?它完全有效嗎? – dpen82
不幸的模糊問題會得到模糊的答案。每次工作的是「2-URL合併」。如果你使用的是命令行,那麼輸入「svn help merge」,它會解釋這個過程。如果你正在使用烏龜,那麼你需要選擇「合併兩棵不同的樹」來查看這個選項。 –