Projects get out of synch after each build requests
Hello Team
Please help me with one of issue which i have observed in RTC. In Automation i need to schedule the builds, and now for build request we do not want any manual intervention.
Issue is when one scheduled build execute., Projects get out of synch from local work space. As a result, the second build do not contain the updated files which developers commit . So even we get our builds as a success , it does not contain updated files, and always we need to reload the project in works space manually to make the project in synch in order to get build done with updated files.
Can anyone please look into and update me how it can be resolve. ?
Basically thing is Projects get out of synch when any build request is executed. For second build request we need to make the Projects in synch by reloading the Projects manually. This i have observed in manual build requests also...
FYI, we updates files outside of RTC (It's our requirement) and i have checked these options also. But it did not work
Will appreciate if any one can help me on this!
Thanks
One answer
Usually a build does not make any changes to files under SCM. So a build usually only reads the data and then runs on it. So even if you have the same repository workspace loaded multiple times you can't get them out of sync.
If a personal build is run, the build system uses the users repository workspace of the user. Because of this it only has read access and can not check anything in.
So I don't see how your workspaces can get out of sync if you set this up reasonably clean with a technical build user.