What would the equivalent of a label be in RTC?
3 answers
One more suggestion in addition to the comment by Jeff and Geoffrey, I'm assuming "label" means a meta-data attached to versions under source control.
RTC source control has a mechanism called "user properties". This can be shown via "Select File" -> Properties (ALT-Enter) .
Unfortunately, "user properties" can not be searched by SCM search. I created an sample code to display user properties. This can be obtained from JazzHub - "Jazz In Flight" project.
https://hub.jazz.net/project/rschoon/Jazz%20In%20Flight
Hope this helps !
RTC source control has a mechanism called "user properties". This can be shown via "Select File" -> Properties (ALT-Enter) .
Unfortunately, "user properties" can not be searched by SCM search. I created an sample code to display user properties. This can be obtained from JazzHub - "Jazz In Flight" project.
https://hub.jazz.net/project/rschoon/Jazz%20In%20Flight
Hope this helps !
Comments
suresh ramayanam
Jan 02 '14, 1:04 p.m.Can I fetch the files based on the label name ?
Also I'm not able to find the code in Jazz in Flight project , please give me the complete path ?
thanks in advance
Geoffrey Clemm
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jan 02 '14, 1:08 p.m.You "retrieve" files by loading a repository workspace into a sandbox. To load files based on a snapshot, you would use the "replace" operation to set the configuration of the workspace to be that snapshot.
For the Jazz in Flight Project: https://hub.jazz.net/project/rschoon/Jazz%20In%20Flight