How to find Read Access Permissions on SCM files in an RTC repository?
One answer
I have not found a way to run a global search from Eclipse on the jazz.read-access property setting but I have found that the scm list properties command shows the value for that property. So far I have only tested it in the context of a loaded workspace. Here's my results:
C:\jazz_workspaces\jke_access\JKEDBAccess\src\com\jke\db\connection>lscm list properties *
C:\jazz_workspaces\jke_access\JKEDBAccess\src\com\jke\db\connection>lscm list properties *
C:\jazz_workspaces\jke_access\JKEDBAccess\src\com\jke\db\connection\JKE_DB_C.java
jazz.encoding - Cp1252
jazz.executable - false
jazz.line-delimiter - LF (Unix)
jazz.mime - text/text
jazz.read-access - jim
C:\jazz_workspaces\jke_access\JKEDBAccess\src\com\jke\db\connection\JKE_DB_Factory.java
jazz.encoding - Cp1252
jazz.executable - false
jazz.line-delimiter - LF (Unix)
jazz.mime - text/text
jazz.read-access - Public
Comments
Millard Ellingsworth
FORUM ADMINISTRATOR / JAZZ DEVELOPER Oct 25 '13, 8:02 p.m.Hey, Jeffery -- your images didn't stick. Might be hard for someone to answer your question without them. [Hmm, when I edited the post to add some tags, I could see the images, but after saving the post they don't appear. Please remove and try to add them again.]
Jeffery Hanson
JAZZ DEVELOPER Oct 28 '13, 11:38 a.m.Millard, thanks for catching that! Note to self: use 'insert image' instead of directly pasting images.