If you can run bash scripts you can use the tooling/release/generate_javadoc_for_release.sh script . It will generate the aggregate javadoc as a side effect but it will also check out all sling bundles at the version included in the launchpad.
Robert On Thu, Oct 9, 2014 at 1:24 PM, Bertrand Delacretaz <[email protected]> wrote: > Hi, > > On Thu, Oct 9, 2014 at 12:17 PM, anjan <[email protected]> wrote: >> ...how do I checkout the whole source tree that corresponds >> to Sling 7 release?... > > You can checkout a specific version N using > > svn co -r N http://svn.apache.org/repos/asf/sling/trunk/ > > Or use "export" instead of "co" to get an export without the .svn > metadata folders. > > -Bertrand
