Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How we can eliminate .jazz5 folder while loading the component by programmatically ?

we can load the source code from component baseline . but while we load , the JAZZ5 folder also appear on local sand box .

how we can eliminate .jazz5 folder while loading the component by programmatically ?

ILoadOperation loadOperation = IOperationFactory.instance.getLoadOperation(null);

loadOperation.requestLoadAs(sandBox, null, component.getName(), newTempWorkspaceConn, component, component.getRootFolder());

0 votes


Accepted answer

Permanent link
you cannot.. this is the same as the .git folder when cloning from the git server.
you can erase it later, but then you lose the ability to checkin or deliver changes back to the server
varathan anandaraj selected this answer as the correct answer

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 1,700

Question asked: Dec 29 '15, 12:26 p.m.

Question was seen: 2,890 times

Last updated: Jan 02 '16, 8:41 a.m.

Confirmation Cancel Confirm