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
|