How to move files or folders Programmatically by retaining history
One answer
Thanks David Lafreniere for response, now i have corrected the question. mean while i found the below API and it works.
ILocalChangeManager lcm = sharingManager.getLocalChangeManager();
lcm.combineDeleteAdd(repoResolver, localDeletion, localAdition, new NullProgressMonitor());
Comments
David Lafreniere
FORUM MODERATOR / JAZZ DEVELOPER Dec 04 '18, 8:39 p.m.