I have an Android project in IDEA and a module has been added for testing. This module is created in the directory of the application module itself.
Since I did this, IDEA believes that the files in the "test" module are controlled by the subversion version. However, I do not know why and how, since there is no .svn directory there, and I did not do anything. I want to add this directory to my GIT of the entire project, but even if I added the files using the GIT command-line tool, IDEA only gives subversion commands.
When I try to add files using GIT, I get an error message:
svn: E155004: Unable to lock working copy '/': permission denied.
In fact, I'm not right now, what to do next, so any help is appreciated!
git android intellij-idea svn
Luuk D. Jansen
source share