Modifying the Name/Alias of Change Set Using SCM
![]()
Is there a command to modify the name or alias of a specific change set using the command line tool? I've looked through the documentation for it, but the changeset only allows you to close an open changeset or modify the comments on it and I can't find any other command that allows you to modify a changeset. I'm asking because we have some developers who don't use Eclipse and would like to use the command line interface exclusively for Source Control.
|
3 answers
![]()
213249: Change sets need human readable id
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... |