Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
{
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 Block
}
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}

scrollbar