Versions Compared

Key

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

...

We maintain a community sandbox in our SVN at http://scm.dspace.org/svn/repo/sandbox/

Instructions on

...

Usage of Sandbox

Generally, the rules are such...

  • If you want commit rights or to add your own project code, email the developers list (dspace-devel) and someone will work to give you access. (You will only be given commit rights to your new project's SVN directory).
  • Any projects can be added here (once you are given access), but you must maintain your own project code. The committers Committers will not maintain your code for you, unless it should become part of out-of-the-box DSpace (see ContributionGuidelines).
  • Ask about project structure etc, we are working to try to organize the space so it stays clean.
  • Obsolete, out-of-date or unmaintained projects may be removed at the committers Committers discretion. We will attempt to notify you before your project would be removed (so that you can pull down a final copy of your code, as necessary).

Project Structure of Sandbox Area

  • Addon/Module Projects - Projects that are designed to "add on" to dspace without altering core libraries. Some of these may be a "work in progress", and others may be "stable" or "semi-stable"
  • Prototype Projects - Prototypes are usually branches of the core codebase, where experimental development of the core codebase can happen. Oftentimes these projects are unstable or a work-in-progress. If they become widely accepted and stable, they will usually be moved to either the Addon/Module Projects or the Primary Codebase (Trunk)

...