-
Notifications
You must be signed in to change notification settings - Fork 153
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
Don't create .idea/vcs.xml #31
Comments
Now with directory based format we should probably drop the modification of existing vcs.xml altogether, yes! But what's the problem with generating a new one if it does not exist, based on .svn or .git directory existence? |
As I said, it doesn't really have enough to go on. Our SBT project is not at the top level of a git repository. Are you going to search upwards towards the root of the file system to find a .git directory? |
Ah, of course, didn't think of that :) I think there's no point in trying to search .git dir and not touching it if it exists is the way to go. |
Do not modify existing .idea/vcs.xml. Closed by bafb88f. |
To the best of my knowledge and understanding, SBT-IDEA has nothing to go on to create .idea/vcs.xml files and overwriting existing ones that may have been created or edited by IDEA is undesirable.
I would like to have this file not generated or altered by the plug-in.
The text was updated successfully, but these errors were encountered: