All, We have had a long and interesting discussion about what to do with our releases and our repository. As you know, we are working in a forked mode: wicket 2.0 is under active development, and we also provide support for wicket 1.2 (1.2.2 has just been released), and will start work on 1.3 soon (if it hasn't started already).
This message tries to clarify where you can find stuff in our subversion repository. If you look at the repository you will see the following root structure: /trunk/ /branches/ /tags/ /releases/ trunk trunk is used for the development of the most recent major release of wicket. In this case, that is wicket 2.0. When Wicket 2.0 is released, trunk will be used for the development of Wicket 2.1, etc. branches branches is used for the development of older major versions, when these are in active development. It is also used for bug fixing older releases. Currently you'll find the following directories there: branches/wicket-1.0.x <- bug fixes for 1.0 (now unsupported) branches/wicket-1.1.x <- bug fixes for 1.1 (now unsupported) branches/wicket-1.2.x <- bug fixes for 1.2 (actively mainained) branches/wicket-1.x <- development for newest minor version of wicket 1 (currently wicket 1.3). So if you are asked to check out wicket 1.3, then you'll have to check out branches/wicket-1.x. If you want the latest sources for Wicket 1.2, then you'll have to check out branches/wicket-1.2.x tags The tags directory is used for creating patches against a particular release. For instance, if you have a patch that you want to submit for wicket 1.2.2, then you'll have to create the patch against: tags/wicket-1.2.2 releases The releases directory contains all project files that were used for building a release, after creating the release. This means that the maven pom.xml files are changed to reflect the specific versions. So if you want to rebuild a particular release yourself, say 1.2.2 you can checkout releases/wicket-1.2.2. This will give you the exact sources that went into the release, including correctly dependent project files. Do not use these releases to create patches against, use tags/ for that! If you have questions, please don't hesitate to ask on ##wicket or here. Martijn -- Download Wicket 1.2.1 now! Embed Wicket components in your portals! -- http://wicketframework.org ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Wicket-develop mailing list Wicket-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-develop