Wave2 currently use Subversion to manage the storage and retrieval of source code for individual Projects.

Source code for Projects can be checked out through SVN with the following instruction set:

svn co http://www.wave2.org/svn/[Project Name] [Project Name]

(Warning: This is a generic Subversion checkout command which will pull all modules, tags and/or branches of the project. Please refer to project home page for specific SVN instructions, or use Browse Repository link; in most cases, you will want to add '/trunk' to the HTTP URL above to check out only trunk (main development line)).

Updates from within the project's directory do not need the URL string.

NOTE: UNIX file and directory names are case sensitive.