How to find when the file was first added to system using java-api in source control?
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
|
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.