Reproducing SVN function within RTC - How to do tagging?
My team was using SVN to automatically add the revision number of a file upon checkin by exchanging a marker with the revision at time of checkin.
Now that we have migrated to RTC, what can be used in RTC that would achieve the same end result?
Example:
public String getVersion(){
return "$Revision$";
}
upon checkin, SVN would replace $Revision$ with a revision number.
Thanks,
Rosa
Now that we have migrated to RTC, what can be used in RTC that would achieve the same end result?
Example:
public String getVersion(){
return "$Revision$";
}
upon checkin, SVN would replace $Revision$ with a revision number.
Thanks,
Rosa
One answer
Hi,
I don't think that is possible with RTC as of today. I have seen very few posts asking for this type of functionality. I searched the RTC work items but did not find a similar request. I think you should consider writing a Work item here https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWelcome.
Ralph
I don't think that is possible with RTC as of today. I have seen very few posts asking for this type of functionality. I searched the RTC work items but did not find a similar request. I think you should consider writing a Work item here https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWelcome.
Ralph
My team was using SVN to automatically add the revision number of a file upon checkin by exchanging a marker with the revision at time of checkin.
Now that we have migrated to RTC, what can be used in RTC that would achieve the same end result?
Example:
public String getVersion(){
return "$Revision$";
}
upon checkin, SVN would replace $Revision$ with a revision number.
Thanks,
Rosa