You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The current Tuscany SVN structure is very complicated with active sub-projects hidden down various places. I'd like to propose that we streamline the curent SVN structure based on the creation of couple sub-projects in Tuscany :

Current SVN Structure

|-- branches
|   |-- various release and other branches
|   |   |das, sdo, sca, native, etc
|   |   |sca 1.x active dev stream
|-- contrib
|   `-- java
|-- cpp
|-- interop
|   `-- src
|-- java
|   |-- Current SCA 2.x, DAS and SDO and SDO CTS
|   |-- sca-1.x-contrib
|   |-- sca-contrib
`-- site

Proposal

  • Create the following SVN sub-projects
    • SCA 1.x
    • SCA 2.x
    • DAS
    • SDO
    • CPP
  • Each sub-project will have the following basic SVN structure
    • trunk
    • branches
    • tags
    • contrib
  • Contents from the current SVN structure (e.g tags, branches, contrib folders, etc) will then be merged into the proposed SVN structure for each sub-project
  • The following folders will not change
    • Maven
    • Site
    • Sanbox
  • The following folders does not seem to be in use currently
    • collaboration
    • interop
  • TBD
    • Maven plugins
    • SDO CTS
  • No labels