Ignoring Android library bin files in TortoiseSVN?

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.

+3
source share
3 answers

I had the same problem and finally I solved it!

Assume that PrjA <- lib proj, PrjB is a project referencing PrjA

  • add PrjA / gen, PrjA / bin to svn ignore
  • add PrjB / gen, PrjB / bin to svn ignore
  • in the properties of the PrjB project, remove .svn from PrjA from the build path. (Project> Properties> Java build path> Source> PrA / src> excluded> ** /. Svn / *

We hope this workaround works for you.

+3
source
+1
source

- Tortoise SVN โ†’ .

Tortoise SVN

0

All Articles