On Tue, Jul 2, 2013 at 8:43 PM, Jeremy Boynes <jboy...@apache.org> wrote:
> On Jul 2, 2013, at 9:41 AM, Henri Yandell <flame...@gmail.com> wrote: > > > > I wouldn't expect to deploy the site from tags - a site is a live/current > > thing. > > The core site is a live/current thing, but there is also the > documentation/reports etc. that would be associated with a specific tag. > IOW, the site could contain the JavaDoc for 1.1.2, 1.2.0, and 1.2.1 etc. > That would suggest 1+N parts as Olivier suggests, one for the live site and > one generated from each tag. > > Fair enough, but why build it from the tag? It's easy enough to use svn cp to put it in place once and then leave it there rather than keep building something that shouldn't be changing. Hen