It's all about the answers!

Ask a question

How to find when the file was first added to system using java-api in source control?


sumiit sharma (1113) | asked Apr 01 '17, 12:54 p.m.
edited Apr 01 '17, 12:55 p.m.

There is a file com.abc.User.java . Below are the set of operations performed on this file


Development Line   Revision      Operation
master/trunk/main 1 ADD
master/trunk/main 2 EDIT
master/trunk/main 3 Branch (branched to Branch_1)
Branch_1         4 EDIT
Branch_1         5 EDIT

Currently we are on revision 5 in Branch_1. We want to know when the file was first added to system. how can we do that using RTC java api's.

One answer



permanent link
Salman Shaikh (23413875) | answered Apr 02 '17, 4:59 p.m.

Please check the following may be it may help.

Get History of File

Your answer


Register or 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.