I have two Android projects, Project A and Library Project B.
Project A uses B as an Android library .
Both projects are tied to the same SVN repository, and for the most part everything works.
However, the project bin bin directory is constantly marked as Updated TortoiseSVN. It appears that the .svn directories are copied from the project B source directory to the Project source directory. This does not interfere with my repository or setting up the project, but it is very annoying that Tortoise always says that my project does not execute when it really is.
Is there any way around this problem? I already added the bin directory to the ignore list, so I donโt know why it even appears.
source
share