None of the toolbar actions seem to work when opening a C/C++ CMake project. Note that I am using the Ninja generator instead of using the Visual Studio Generator. This means that no solution or .vsproj files are generated from the build. It is also worth noting that editing a file does successfully run a p4 edit, but any attempt to diff the file, revert it, submit it, etc. doesn't work.
The output from attempting to first revert, then diff a file using the toolbar actions:
And the output of attempting to "diff against have revision":
For more detail, the file I am attempting to perform these actions on is located at C:/workdir/msys64/home/carols9c/dev/main-cmake/src/common/test.cxx and the CMake workspace I have opened in Visual Studio is located at C:/workdir/msys64/home/carols9c/dev/main-cmake It seems as though the toolbar actions are not using the active file as the object to perform p4 actions on.
Hi,
None of the toolbar actions seem to work when opening a C/C++ CMake project. Note that I am using the Ninja generator instead of using the Visual Studio Generator. This means that no solution or .vsproj files are generated from the build. It is also worth noting that editing a file does successfully run a p4 edit, but any attempt to diff the file, revert it, submit it, etc. doesn't work.
Here are my important settings:
The output from attempting to first revert, then diff a file using the toolbar actions:
And the output of attempting to "diff against have revision":
For more detail, the file I am attempting to perform these actions on is located at
C:/workdir/msys64/home/carols9c/dev/main-cmake/src/common/test.cxx
and the CMake workspace I have opened in Visual Studio is located atC:/workdir/msys64/home/carols9c/dev/main-cmake
It seems as though the toolbar actions are not using the active file as the object to perform p4 actions on.