4
With Tortoisesvn I created a branch for production from my trunk, only after a while when I try to do the merge of trunk in production gives the following error:
'http://hostname/repositorio/trunk@50' must be ancestrally Related to 'http://hostname/repositorio/branches/producao@43'
Why this happens and how to solve?
I created manually using the option you described and also marked the option ignore-ancestry but gives another error: "Cannot merge Automatically while ignoring mergeinfo"
– Luídne
This seems to occur because of information expuriates in svn:mergeinfo, this response in the English stackoverflow may help: http://stackoverflow.com/a/2648969/1814415
– Lucas Azevedo
Your problem has been solved ?
– LP. Gonçalves