One of folders in my depot need to be moved to its own depot with keeping commit history. I need this to separate jenkins builds.

Is it possible to do this keeping history, not creating new baseline?

有帮助吗?

解决方案

Alex

Keeping history is not possible if you need to move a directory and its content from DepotA into DepotB.

A workaround would be to setup in DepotA a seperate stream for this directory, you can exclude all the other folders so you only see this one. This way, you will retain your history.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top