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

Don't create .idea/vcs.xml #31

Closed
RSchulz opened this issue Nov 22, 2010 · 4 comments
Closed

Don't create .idea/vcs.xml #31

RSchulz opened this issue Nov 22, 2010 · 4 comments

Comments

@RSchulz
Copy link

RSchulz commented Nov 22, 2010

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.

@mpeltonen
Copy link
Owner

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?

@RSchulz
Copy link
Author

RSchulz commented Nov 23, 2010

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?

@mpeltonen
Copy link
Owner

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.

@mpeltonen
Copy link
Owner

Do not modify existing .idea/vcs.xml. Closed by bafb88f.

This issue was closed.
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

2 participants