문제

  1. Copy folders between Team Projects LOCALLY (e.g. xcopy D:\foo\TeamProjectA\Blah D:\foo\TeamProjectB\Blah)
  2. Add D:\foo\TeamProjectB\Blah to $/TeamProjectB.
  3. Make $/TeamProjectA/Blah a Branch - does not have hierarchy.
  4. Make $/TeamProjectB/Blah a Branch - does not have hierarchy.

How do I set the parent of TeamProjecB/Blah to TeamProjectA/Blah?

*EDIT * 2010-12-31 What about editing the DB directly?

도움이 되었습니까?

해결책

That is not possible. You need to do a baseless merge if you want to achieve a merge between the two. But the branch relationship cannot be set.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top