Eclipse+Subversive- Multiple src paths in a single project each from a separate parts of a single re
- by guinaut
In a nutshell, I would like to have a single eclipse project with multiple src directories each managed by subversive (or subclipse). If the code base were small, I would use several projects. However, the code base is not small (50+ src paths). Does anyone know how to do this with the Subversion plugins for eclipse? All of the src paths derive from modules that in turn have a common point node in the repository. However, the modules are versioned, so I can’t checkout all of them.
It looks as though Subclipse and Subversive do not support multiple src paths. Can anyone confirm this?
Solutions?