Kishore_2021
Kishore_2021

Reputation: 689

How to get the current state i.e. ChangeSet/UUID/version-number of a project/file by using RTC Java APIs 5.2

How to get the current state i.e. ChangeSet/UUID/version-number of a project/file by using RTC Java APIs 5.2 (residing on Jazz server) along with its contents.

Suppose I load a particular file into my local sandbox, then I deleted that file from my local workspace/sandbox, And other developer checked-in the changes into the same file, so How to get that file previous contents ignoring the latest state updated by someone else???

Thanks in advance!!!

Upvotes: 1

Views: 286

Answers (1)

VonC
VonC

Reputation: 1325067

If you reload your local sandbox (based on your repo workspace), you would recover that file (without any further modification)

You would get the other developer work only if you accepted incomming change sets into your repository workspace.
If you didn't accept anything, simply reloading would be enough.
(as illustrated in this thread, using ILoadOperation)

Upvotes: 1

Related Questions