Vaadin Subversion repository access
The Subversion repository of Vaadin source code is available (read-only). You can check out the repository either with command-line Subversion or with the Subclipse plugin for Eclipse. You should use subversion 1.5 or newer.
From command-line:
svn co https://dev.vaadin.com/svn/versions/x.y
where x.y is the version you want to check out.
If you develop some code that you want to contribute to the project, please make a Trac ticket for the bug fix or enhancement and post the patch (must be valid diff patch) as an attachment.
(Optional) Setting up Subversion repository under Eclipse
The Subclipse plugin is a front-end for Subversion that allows you to control it easily from Eclipse. Subclipse is not mandatory and using Subversion from command line or with some other tool can be just as easy. The Subversion commands given in these instructions are for command line use.
The Subclipse plugin is installed with the update feature of Eclipse. See the installation instructions for details.
Developing Vaadin
See Starting Development for detailed instructions for setting up the development environment to develop the Vaadin checked out from the Subversion repository.
