https://issues.apache.org/jira/browse/CTAKES-10?focusedCommentId=13415605#comment-13415605
how should the new SVN structure look like for Apache cTAKES?

Currently in SF, it looks like:
{cTAKES-root}
/branches
/tags
/trunk
 -/cTAKES
   -/core
     /src
     /desc
  -/chunker
  -/coref-resolver
  Etc..
Which means that all of those projects are all children of trunk and will share 
the same release cycle.

One alternative option looks something like (each component could have it's own 
trunk/jar file?):
{cTAKES-root}
-/ctakes-core
  /trunk
   /src
    /java
     /main
  /resources
  /branches
  /tags
-/ctakes-chunker
  /trunk
   /src
    /java
     /main
  /resources
  /branches
  /tags
-/ctakes-coreference
  /trunk
   /src
    /java
     /main
  /resources
  /branches
  /tags

There are pro's and con's to both, but let's get the discussion started as this 
will be required for the code migration.

Reply via email to