By default Eclipse compiles .java from source folders to .class in the bin folder and copies all other files. You can configure a filter for which files not to copy in Window => Preferences, Java => Compiler => Building => Output Folder.
Then again the better way I think is to install the Subclipse plugin for integrating Subversion in Eclipse. As far as I know that should prevent such copying of the .svn folder as well. -- http://www.deepdroid.com On 15 Jun., 16:36, JMichel <[email protected]> wrote: > Hi, > > I want to manage an Android project with subversion (svn in command > line). I'm using the Android SDK 1.5 in Eclipse 3.4.2. I included > every dev files from my project but I didn't include the folders /gen > (auto-generated by the SDK) and /bin (built files). > > My problem is that when I start working into the project, the /bin > folder is generated by the SDK and a copy of the .svn folder from /src > is copied into /bin/.svn, which breaks by subversion structure. > > Why is it doing this and can I prevent this from happening? > > Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

