Modifying the Name/Alias of Change Set Using SCM
3 answers
There's already an enhancement asking for human readable ids if that helps with your developers' workflow.
Comments
Tim, that appears to be what I'm looking for. I think my issue probably lies in reading the documentation too closely. If you check my comment on Josh's 2nd answer, you'll see the full details, but the short version is that the command line documentation makes reference to a change set name. I was just wondering if there was a native feature in the command line interface and how we could get a hold of it if it was. Might be best to revise the CL documentation to reflect that names aren't natively available (yet at least) in the scm interface...
D:\rtcinstalls\RTC-Client-Win-3.0.1.5\jazz\scmtools\eclipse>scm status
##########################################
You can also expose the uuid's with the -u y flags.
Comments
So, the documentation for SCM states that the deliver command requires a changeset..., with the following description:
That was what sparked the question for me. So the change set name and change set comment are different; not sure how you even view the change set name in the command line though, as it doesn't seem to be present in your example. Documentation is a litttle unclear on this point.
I checked the documentation for 4.0 and it looks like it has been fixed as it doesn't mention the change set name as a valid way to specify a change set. The scm help command also doesn't mention change set names. So at least starting in 4.0 the doc error has been fixed.
Comments
Ah, this is a clear case of my not reading the documentation closely enough. I was confusing aliases with UUIDs (I think...I thought that UUIDs were the four-digit numbers assigned to obects, but upon reading more closely, it looks like those are the aliases. Is that correct?)
Any idea about modifying the name of a change set, however?