> Second one might be a bit more involved, but hopefully there is an
> easy fix. I have my projects into a subversion repository, but the app
> project builder (Android pre-compiler) seems to copy all the source
> from the library project, including the .svn folders, to the app/bin
> project. As a result of this, I get loads of files checked into the
> commit dialog, and I have uncheck all and then hunt down the files I
> actually changed. Is there any way to configure it to ignore .svn
> files when copying source? I realise that it has to merge source from
> both projects to create the final apk, but .svn files are surely not
> needed.
>

At least this type of thing worked for me.

1. Delete the bin directory
2. Commit the delete changes to svn

When you build your project the bin directory is recreated and it
should now have the blue question mark (as telling not is svn) above
the folder icon. Now you should be able to add the bin directory to
svn:ignore.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to