where to find baseline id(uuid)
One answer
Hi Xu,
Does this help you?
https://jazz.net/forum/questions/40323/getting-baselines-uuid
Does this help you?
https://jazz.net/forum/questions/40323/getting-baselines-uuid
Comments
Thank you for your help,but I want to find it in the RTC software client or the web client,not the command line.
I'm not aware of a way to find out the UUID of a baseline through the Eclipse, Visual Studio, or web clients.
yes - agree with Geoff.
In the Web UI you can find the uuids of all elements when just hovering over the link and than take a look at what URL he will use - there the uuid appears (or just follow the link and get it out of the address bar).
But you have no links for baselines - so no trick :(
Thank you all the same!
Comments
Geoffrey Clemm
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Oct 14 '13, 8:07 a.m.In case there is some kind of workaround we could provide, what will you be doing with the UUID, that makes you want to have it be available from the GUI, rather than using the command line to retrieve it?
xu xiaojing
Oct 14 '13, 11:46 p.m.Because the baseline maybe reduplicative,so when I build a project ,I should write the baseline's UUID to distinguish them.But my customers use RTC's GUI,so we should find the UUID in the GUI.If you can help me,thank you very much!!!
Geoffrey Clemm
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Oct 15 '13, 1:15 a.m.What will you be doing with the baseline UUID once you have it? In particular, when you say "I should write the baseline's UUID to distinguish them", where are you going to write the UUID to?
xu xiaojing
Oct 15 '13, 2:26 a.m.I will write the baseline's UUID as one of the parameters(others are stream&component) to clarify the changeset's location further,then through the location we can retrieve the changeset using program.Can you understand me?