Closed
Description
Steps to replicate:
- Set up two local git repos cloning the same remote
- Set up an IRIS instance using git-source-control configured with one of the repos
- On the other repo, add two files that are not IRIS code. Commit and push to the remote.
- With VS Code server-side editing the IRIS instance, open the Server Side Source Control menu and click the "Pull changes from remote branch" option.
I get a frightening message in the output window:
Pulling from branch: main
Fetch done
Files that will be modified by git pull:
A test5.txt
A test6.txt
Updating e40f870..d5a9148
Fast-forward
test5.txt | 0
test6.txt | 0
2 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 test5.txt
create mode 100644 test6.txt
ERROR #5002: ObjectScript error: <SUBSCRIPT>AddToServerSideSourceControl+4^SourceControl.Git.Utils.1 ^SYS("SourceControl","Git","items","")
Metadata
Metadata
Assignees
Labels
No labels
Activity