How to share a modified code with other team member using shell Client?
Hi,
. Also I am unable to change flowtarget to another private workspace as by default workspace created using shell client is always private.Here one more question how a workspace can be made publis using shell client??? |
One answer
Geoffrey Clemm (30.1k●3●30●35)
| answered Oct 24 '14, 10:57 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You can use the Eclipse client or the scm command line tool to make a workspace public. Since this is an occasional administrative operation, is there a reason this must be done through the shell client?
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
and.. you should have a dev team stream that you deliver to to share among co-workers and then promote good changes from there upstream to production..
I always recommend
user -> integration -> test -> hardening -> production
then you know exactly where things are and who can access them...
developers access the integration stream only.