Convert UUID and back
Hi,
is it possible convert UUID to it's name and back? I have not found this in Visual Studio plugin. D. |
Accepted answer
If you are looking for the uuid's of streams, workspaces, components etc. I think the best way to accomplish this would be using the command line with the -u y switches. The VS plugin includes a copy of the scmtools directory which you can use to issue the command. For example:
C:\IBM\Rational Team Concert Client for Microsoft Visual Studio IDE\3rd Party\sc
mtools\eclipse>scm -u y list workspaces -r vinyl
(1011:_UR1hQFBNEeKHgI1QuVhlPw) "Aspect Stream WASADM" wasadm
(1012:_apmZ4AfmEeKjWs6iTeOtnA) "Aspect Stream Workspace" crawfomj
(1013:_lUfEMXIeEeKHbrIQY1TC5w) "Aspect Stream Workspace" kweinert
(1014:_VCp2kC6VEeKyvZZXndtVNQ) "Aspect Stream Workspace2" crawfomj
(1015:_PP0CYBxuEeGnFvehxbM5rg) "build.brm.continuous" Build
(1016:_PM3cEBxuEeGnFvehxbM5rg) "build.eem.continuous" Build
(1017:_PKI4MBxuEeGnFvehxbM5rg) "build.jke.dev" Build
(1018:_PF7GkBxuEeGnFvehxbM5rg) "build.jke.production" Build
(1019:_PDQ0IBxuEeGnFvehxbM5rg) "build.jke.qa" Build
(1020:_PA2ZUBxuEeGnFvehxbM5rg) "build.jke.qa.maintenance" Build
Dɐvid Benǝda selected this answer as the correct answer
|
3 other answers
Thanks Josh. I found a quicker way. On stream click with right mouse button, select Copy URL. UUID is on the end of the url.
Ok, this is a way, how get UUID from object. But more important question (for me) is, how to convert UUID to object (in VS plug-in or on command line, I don't care). Is RTC able to do this?
Comments 2
You can use the menu action Team Concert > Open Team Artifact to open the URL. If you've pasted in the URL for the workspace, it will open the workspace.
Dɐvid Benǝda
commented May 10 '13, 9:30 a.m.
Oh. Ok, thanks! |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.