Author Topic: Version Control with Subprojects  (Read 1840 times)

Dula

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Version Control with Subprojects
« on: April 04, 2006, 08:43:34 am »
in my SCC system (PVCS) there is a structure with subprojects, e.g.

database
 project1
   subproject11
     file1.xml
     file2.xml
   subproject12
     file3.xml

The scc configuration and the xml-files were created out of an EAP model and with this, all works fine. If I create a new private model and wanna "get all files", EA searches them in workfiles\project1 and of course doesn´t find them there. They are displayed in the selection box, but the loading fails.
The only workaround I found is, creating a scc configuration for each subproject :-(
Any better suggestions?