Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect Git root path #131

Open
ethan-tqa opened this issue Oct 11, 2023 · 2 comments
Open

Incorrect Git root path #131

ethan-tqa opened this issue Oct 11, 2023 · 2 comments

Comments

@ethan-tqa
Copy link

This plugin appears to be unable to handle UE project in a subfolder in a git repository. In the attached screenshot, the folder underlined green is the root folder (containing the .git folder), the folder underlined red is the UE project folder. As shown there, the plugin detects the wrong repository root path, and it also does not allow the user to modify the path. Furthermore, due to the incorrect path, it also fails to detect stored login information for the remote repository.

Of course, if I move the UE project to the root folder it would solve the issues, but sometimes the subfolder is desirable for project organization.

2023-10-11_20-19

@mastercoms
Copy link
Member

mastercoms commented Oct 19, 2023

Hi, this seems to be some sort of regression, will look at what's going on here. I can't make sense of the errors in the log though.

@huhcm
Copy link

huhcm commented Feb 16, 2024

PathToRepositoryRoot = PathToProjectDir in CheckRepositoryStatus()
ToDo PathToRepositoryRoot = PathToGitRoot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants