Re: [android-developers] Re: Eclipse Helios and SVN problem

2011-02-23 Thread Stephen Jungels
Either that, or separate repositories. The alternative would be to create a more monolithic project with its project root one level up, so it includes both folders in question. That seems klunky. On Wed, Feb 23, 2011 at 6:05 AM, Indicator Veritatis wrote: > So then how would both the existing pr

[android-developers] Re: Eclipse Helios and SVN problem

2011-02-23 Thread Indicator Veritatis
So then how would both the existing project, and the library project be placed under version control? As separate "project roots" in the repository? On Feb 22, 1:04 pm, Stephen Jungels wrote: > Probably the right solution would be to import the src folder > separately into a library project, and

[android-developers] Re: Eclipse Helios and SVN problem

2011-02-22 Thread Indicator Veritatis
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 mult