I too use SVN under Eclipse. I use the Subclipse plugin (which I assume you use, though you didn't actually say so), and I never, NEVER put the source path outside the root.
That said, I have to admit, that I don't have a better solution for you for the problem of reference the same code from multiple projects. None of my projects have required that. We used jar files instead. But I do suspect that putting the src path outside the root is your problem. However, if putting it back under the one root does not solve your problem, you really should refer the question to an SVN forum. It is not really on topic for this one. On Feb 17, 10:50 am, "[email protected]" <decades- [email protected]> wrote: > Hi, > I'm a newbie with Eclipse and Android. I have a legacy project from an > SVN repository which I could import and use under Eclipse Helios. Also > changes inside and outside Eclipse are synchronized fine with the SVN. > > Now the problem: The project structure consists of a root directory, > referring to a src path, which exists outside the root (i.e. on the > same level as the root of the project is). I guess this has been > arranged by the designer, because the src part has been referenced > from different java projects for different platforms. I think this is > not such a bad idea. > > However: Whatever I do I can't make Eclipse and SVN synchronize > changes on files located in this "outer" directory. What do I have to > do in order to make both aware of the outer parts, w/o being forced to > change the file/dir structure completely? > > Kind regards -- 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

