Best practice in multiple streams with branches that uses a file with a single stream
Hi,
In our product development we want to do a change, I would like to consult what is the best practice to do it with RTC source control.
We have several streams of development with some branches (e.g. 5.1, 5.2, 5.1.1, 5.3, 5.1.2)
One file which defines interfaces should be the same along all branches. so that always latest will be taken for all streams.
If developer is doing a change on this file - it will create a change in all streams and they will be need accept this change for rebuild, and this should be also a part of the regular build script.
What is the best way to do it in RTC?