How to share local folder into Jazz SCM without java project
One answer
You can use the command line, or you can use Eclipse by temporarily
making that local folder an Eclipse project, and then undo'ing the
creation of the .project file before completing the "share" change set.
Cheers,
Geoff
On 3/18/2012 12:57 PM, sakulisalee wrote:
making that local folder an Eclipse project, and then undo'ing the
creation of the .project file before completing the "share" change set.
Cheers,
Geoff
On 3/18/2012 12:57 PM, sakulisalee wrote:
Hi, I know to share one Java project to Jazz source control, right
click the java project in Eclipse client->team->share->...
If I have local folder which is not java project, how can I share it
to RTC repository?