Javascript for RTC?
![]()
Hi,
We are planning to move from ClearCase to RTC. We used to use Perl extensively for customize ClearCase (with cleartool interface offered by ClearCase). With RTC, is Javascript the language? Any response is appreciated!
Thanks!
|
4 answers
![]()
In case of RTC SCM, you can still use Perl to wrap around command line interface. "cleartool" will be replaced to "scm" command in stead.
|
![]()
RTC also has the Command Line Client through which you can access the Source related artifacts.
https://jazz.net/library/article/1031 has examples on how you can use perl scripts to do some automation.
|