What is the UUID of the current changeset?
![]()
We need to use scm to check-in changes to RTC via Windows DOS script. To be able to manipulate any changesets most scm commands need an ID or UUID of some sort. In particular we need to associate the changeset with a work item (known in advance) and then to deliver the changeset.
As we are always manipulating the latest or current changeset, is there a way of getting the UUID of the current changeset into an environment variable or an alias that we can use in the associate and deliver commands? This is the sort of thing we would like to do. Is it possible? cd C:\Testing\Main call "C:\Program Files\IBM\TeamConcert\scmtools\eclipse\scm" login -r %URL% -n RTC_TEST -u %USER% -P %PASSWD% -c |