unable to modify the files added under RTC SCM
![]() Hi Team,
We have added an existing source files into a new RTC project area using Eclipse client
Could add those files successfully and when trying to modify some of files it is not letting (look like read-only).
Step followed:
Navigated to My Repository Workspace >> Selecting the workspace >> show Repository files option.
Tried modifying the build.xml file.
![]() |
3 answers
![]()
Ralph Schoon (61.6k●3●36●43)
| answered Jun 16 '17, 6:27 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER I wouls suggest to read up on how Jazz SCM works, e.g. start with https://jazz.net/library/article/539
|
![]() Thanks for the suggestion.
Finally I got rid of the issue - This was due to - The repository workspace did not get load properly.
Steps I followed is
1. Unloaded the current repository workspace
2. loaded one more time based on the specific component.
3. For file modification >> navigated to Project Explorer and was able select the file,edit and save it.
4. Navigated to Pending Changes View could see the file changes reflecting on my work-space.
5. Adding Comment >>Check in change set >> Deliver the change set to Stream.
![]() |