-
Notifications
You must be signed in to change notification settings - Fork 305
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
How to check IntelliJ project into version control? #3326
Comments
Hello @dhalperi, Could you please reply if you still looking support for this issue with new Intellij release. Mostly the issue vanishes by restarting the IDE. Thanks! |
Hi @sgowroji - the behavior here does not seem to have changed whatsoever. Can you clone the repo and branch above, and give me step-by-step instructions for what you're doing? |
Thank you for contributing to the IntelliJ repository! This issue has been marked as stale since it has not had any activity in the last 6 months. It will be closed in the next 14 days unless any other activity occurs or one of the following labels is added: "not stale", "awaiting-maintainer". Please reach out to the triage team ( |
Should be listed as awaiting maintainer
…On Thu, Jan 4, 2024 at 17:55 github-actions[bot] ***@***.***> wrote:
Thank you for contributing to the IntelliJ repository! This issue has been
marked as stale since it has not had any activity in the last 6 months. It
will be closed in the next 14 days unless any other activity occurs or one
of the following labels is added: "not stale", "awaiting-maintainer".
Please reach out to the triage team ***@***.***/triage) if you think
this issue is still relevant or you are interested in getting the issue
resolved.
—
Reply to this email directly, view it on GitHub
<#3326 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEAQT5A4NGA63D55RRTDBTYM5MPZAVCNFSM5QN2HATKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBXHAYDANBSGM3Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@bazelbuild/triage can you take the needed action if any? |
Curious if the team has any update here? |
Thank you for contributing to the IntelliJ repository! This issue has been marked as stale since it has not had any activity in the last 6 months. It will be closed in the next 14 days unless any other activity occurs. If you think this issue is still relevant and should stay open, please post any comment here and the issue will no longer be marked as stale. |
Definitely still needed. Who from the bazelbuild org will be looking at this? The bot being the only commenter is not useful nor a good customer experience. |
@mai93 do you know how to set this correctly as awaiting the team? |
@dhalperi I never seen the article from 2019 you shared above and didn't know this is an option at all. I can't promise we will fix that, but you could experiment by checking-in the .ijwb directory, and then using just Sorry for this answer but my load is too high to try/work on it now |
For our open source project https://github.com/batfish/batfish, we would like to check in project configuration like shared scopes, run configurations, format settings, required plugins, etc. But I can't figure out how to get this to work.
(Draft: batfish/batfish@master...dhalperi:idea , which also deletes the old Maven
.idea
project)Following the IntelliJ instructions for directory-based projects, I checked in the recommended XML and IML files.
However, when we
Open
the project in IntelliJ it recognizes.ijwb/.idea
(and I trusted it)but does not turn on Bazel mode
Import
the project as a new Bazel project, but of course it fails at importI see hints that this is expected to work
Has anyone made this work / what are we missing?
The text was updated successfully, but these errors were encountered: