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
I wouls suggest to read up on how Jazz SCM works, e.g. start with https://jazz.net/library/article/539
Did you by any chance right click on the file in the repository files view and choose "Open File"? If so, this file cannot be edited as it is showing the content of the file in the repository workspace.
Comments
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.