I have depot structure like:
- DEV
- MAIN
- REL1.0
- REL1.1
- REL1.2
- ...
- REL2.0
From time to time I face with issue to integrate some "hot fix" from DEV branch to all REL branches. I tried to make this with the help of branch mapping like this:
//DEV/... //REL1.0/...
//DEV/... //REL1.1/...
//DEV/... //REL2.0/...
But as result I have shelve with files integrated only in last (REL2.0) branch. Is any way to integrate patch in few branches with the help of p4v? Or may be way to automate this process with the help of p4?
Thanks in advance for any ideas!