Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
scrollbar

{excerpt

...

:hidden

...

=true

...

}trunk/Source/Wrappers

...

Some ideas about layout.

Code Block
{excerpt}

h3. Some ideas about layout.

{code}
<COMPANY>/
    <COMPONENT>/ - fixed layout with all optional folders (extept src/)
        doc/
        src/
        shared/ - external libraries used by this component
        examples/
{code}

For release planning it would be also good to introduce branches/tags there

...


to release each of the components separately:

...



{code
}
trunk/MyOpenSource/
    HEC/
       RAS/ <---------- current development version of RAS
          src/
          examples/
          ...
    USGS/
       MODFLOW/
          ...
    CUASHI/
       WaterOneFlow/
          ...
       
tags/MyOpenSource/
    HEC/
       RAS-1.0/ <------ SVN copy of the trunk released on DD.MM.YYYY
          src/
          examples/
          ...
       RAS-2.0/  
          src/
          examples/
          ...
    USGS/
       MODFLOW-2005.1/
          ...
       MODFLOW-2008/
          ...
{code}