We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have multiple WebStorm projects in separate folders in the same fossil repository, like this:
./root.fossil ./project1/.idea ... ./project2/.idea ...
When I am working in one of the sub projects, I'm not able to get diff's for changed files and not able to commit these files to fossil.
When I commit files I get this error: Cannot start process, the working directory './project1/project1' does not exist
In the Version Control Tool Window the changed files are also shown with the project folder repeated.
I tried debugging the Java code, but wasn't able to pin point it quickly.
Thanks for the plugin BTW, it is nice to see a editor with support for fossil!
Remco Schoen
The text was updated successfully, but these errors were encountered:
Concerns WebStorm 11.0.3 and plugin version 0.1.6.
Sorry, something went wrong.
No branches or pull requests
I have multiple WebStorm projects in separate folders in the same fossil repository, like this:
./root.fossil
./project1/.idea ...
./project2/.idea ...
When I am working in one of the sub projects, I'm not able to get diff's for changed files and not able to commit these files to fossil.
When I commit files I get this error:
Cannot start process, the working directory './project1/project1' does not exist
In the Version Control Tool Window the changed files are also shown with the project folder repeated.
I tried debugging the Java code, but wasn't able to pin point it quickly.
Thanks for the plugin BTW, it is nice to see a editor with support for fossil!
Remco Schoen
The text was updated successfully, but these errors were encountered: