Pergunta

  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?

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top