Versions Compared

Key

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

...

There are actually several areas of SVN (in case you haven't browsed around it much). Here's a very brief overview of the main areas available off of http://scm.dspace.org/svn/repo/

Code Block
repo/
    dspace/
    trunk/  (absolute latest DSpace code -- this is where development for the *next* major version of DSpace happens)
    branches/
          dspace-1_6_x/ (latest 1.6.x code -- once a new major version is released, all minor/bug-fix versions are developed out of its branch)
    dspace2/  (This is the DSpace 2.0 prototype from 2009)
    modules/  (Various Maven-enabled DSpace modules for both 1.x and 2.x)
    sandbox/  (A sandbox where anyone can work on prototypes of DSpace changes/features)
    tools/    (Maven management/assembly tools)

...