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());
|
Accepted answer
![]()
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
|