How can I disable build manager role. I just want to extract the code from synergy to my workspace. Will be of great help..
[workspace] $ "C:\Program Files\IBM\Rational\Synergy\7.1\bin\ccm.exe" set role build_mgr ccm command failed Warning: 'build_mgr' is not a valid role for user
To follow up with @technext's cpmment
the synergy plugin actually runs something like this:
the ccm attr require build_mgr, but I don't think update does. So skip the ccm attr by not using the plug-in.
What you can do is use the
ccm copy_project PROJECT,PREP...
to get your prep project and then run.IBM has some wonderful documentation