Hello
I want to copy a branch from my Teamsite server A to Teamsite server B. The branch does not exist as of now on server B. As I want to copy all the DCR's too is there a way to do that through opendeploy .
Thanks & Regards Rishabh
There are multiple options. If you do not care about history, use OpenDeploy and set it to copy extended attributes. If the history (old versions, etc) matters, use iwmigrate
Thanks Andy ..