How to move files or folders Programmatically by retaining history
Is there any way to rename/move a file by using RTC Plain Java libraries ?
if yes, Please let us know to do that.
note : moving files by stand alone application by using RTC Plain Java libraries
Thank you.
|
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());
|
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