codestream icon indicating copy to clipboard operation
codestream copied to clipboard

IntelliJ plugin - repository from a substituted drive using the mapped path instead of the original one

Open OndrejSpanel opened this issue 3 years ago • 1 comments

I have a repository located on a mapped drive W:, which points to C:\DevW. The mapping is done using registry DOS Devices, aka psubst.

When I open the repository in IntelliJ, it uses W: to access the project as it should. When using CodeStream, it somehow resolves to the mapped path instead. As a result following features do not work for me:

Only show PRs from open repos:

image

It does not match the open repo, most likely it is not aware C:\DevW and W:\ are the same.

Open local file from the review interface:

image

It opens a file from C:\DevW, which is then assumed not to be part of the project by the IDE (and it can be opened, twice, once from W: and once from C:).

OndrejSpanel avatar Mar 07 '22 09:03 OndrejSpanel

Thanks for the report @OndrejSpanel. I'll have someone dig into this.

planteater avatar Mar 08 '22 15:03 planteater