Hi Łukasz, You pose good questions; let me echo and add to what Pieter said with the following:
* The trunk/ was the source for the temporary release-1.5PR branch that I created for producing the 1.5.0 Preview Release. On this branch I promoted some components from the incubator that we expect to have been promoted by the 1.5.0 GA (final) release. This means that there were released some components in 1.5.0 PR that still reside in the incubator, but, as I mentioned, these are expected to be promoted from the incubator by the time we release 1.5.0 GA. * I generated the tag for the 1.5.0 Preview Release (tag/release-1.5.0PR) from the sources of the release-1.5PR branch (this branch no longer exists because it is not needed now). The sources of the tag correspond to what was released in the downloadable release packages for 1.5.0 Preview Release on the website (http://framework.zend.com/download). There are some differences between what is in SVN and what is in the release packages (e.g., DocBook sources vs. built HTML, API/phpdoc documentation). * The sources of the trunk/ are the basis for the previous and future release production branches. The release production branch for 1.5.0 GA would become the release-1.5 maintenance branch. * Developers generally do not have to worry about release production branches unless (1) they want to get changes into the next release after the code freeze has begun, or (2) the release production branch has become a release maintenance branch, and they want to merge backward-compatible changes to be included with the next mini-release (e.g., merging changes to branch/release-1.0 gets changes included with the upcoming 1.0.4 release). * Every release should have a corresponding tag, from which you can svn export, and/or against which you can point svn:externals, if SVN happens to be your desired distribution method. I hope this helps illuminate the confusion a bit, but please feel free to ask more questions and provide feedback. There are plenty of helpful people reading this list. :) Best regards, Darby Łukasz Wojciechowski wrote: > Hello, > > I have question what branch is in current svn-trunk? It's 1.5 or what? > :) I downloaded 1.5 and I'm using it (no problems at all so far) but > it's not the version it's on trunk. Is there any other svn resource > for 1.5 or when will trunk become 1.5 ? >
