Track down how to prevent the fail in 'cl finish'
Start a changelist CD into the directory to lock files (Content) Lock two maps under the Maps directory Make changes in Unreal Run the 'CL finish' command
(it look as though the editor was still trying to lock the Highrise map possibly, since I didn't see the map with a checkmark on it (showing it was locked).
Error seen:
D:\desktop_projects\branchshootergametest\Content>wvs cl finish
------------------------------------------------------------------------
Committing work to temporary work branch...
------------------------------------------------------------------------
add 'Content/Maps/Highrise.umap'
add 'Content/Maps/Highrise_BuiltData.uasset'
add '.wvs/changelists/wvschgl_08958856-d7fd-4343-96fd-1a86eadb3c6a.json'
[wvschgl_08958856-d7fd-4343-96fd-1a86eadb3c6a addbc95] Finished: making changes in UE for b 83
3 files changed, 4 insertions(+), 3 deletions(-)
create mode 100644 .wvs/changelists/wvschgl_08958856-d7fd-4343-96fd-1a86eadb3c6a.json
OK
------------------------------------------------------------------------
Updating branch 'Random' from server...
------------------------------------------------------------------------
From wvs.io:Sope/branchShooterGameTest
! [rejected] Random -> Random (non-fast-forward)
Error: Failed to fetch
Could not Fast-Forward pull from origin. Trying alternate approach.
Your branch is ahead of 'origin/Random' by 1 commit.
Switched to branch 'Random'
(use "git push" to publish your local commits)
From wvs.io:Sope/branchShooterGameTest
* branch Random -> FETCH_HEAD
= [up to date] Random -> origin/Random
Already up to date.
fatal: Unable to create 'D:/desktop_projects/branchshootergametest/.git/index.lock': File exists.
Another git process seems to be running in this repository, e.g.
an editor opened by 'git commit'. Please make sure all processes
are terminated then try again. If it still fails, a git process
may have crashed in this repository earlier:
remove the file manually to continue.
Error: Failed to checkout branch: wvschgl_08958856-d7fd-4343-96fd-1a86eadb3c6a
Error: Could not switch to changelist's temporary work branch.
ERR