On 10 December 2012 20:51, sebb <[email protected]> wrote: > I've created the URL > > https://svn.apache.org/repos/asf/jmeter/site/ > > for use as the source for the svnpubsub publication process. > > We can continue to use the existing process for generating JMeter docs > in the branches, and then use svnmucc to update the live site URL. > > The script I used to do this is very simple: > > --- site.txt (cut here) --- > rm > https://svn.apache.org/repos/asf/jmeter/site > > cp > HEAD > https://svn.apache.org/repos/asf/jmeter/branches/docs-2.8/docs > https://svn.apache.org/repos/asf/jmeter/site > --- (cut here) --- > > And the command I used was: > > $ svnmucc -X site.txt -m"Update site to 2.8" > > [Sorry, I got the source URL wrong the first time round. > However, at least it shows how svnmucc updates of the site will look.] > > I have asked Infra to enable svnpubsub: > > https://issues.apache.org/jira/browse/INFRA-5626 > > I think that's it, apart from updating the WIki instructions...
Which I have now started to do. I now realise that I had forgotten that the api docs (Javadoc) were not part of SVN; we used to upload those separately. We'll either need to add them back to the branches/ tree, or I we could add them from a working copy by extending the svnmucc script. No time to try this now, but I think the following should work: --- site.txt (cut here) --- rm https://svn.apache.org/repos/asf/jmeter/site cp HEAD https://svn.apache.org/repos/asf/jmeter/branches/docs-2.8/docs https://svn.apache.org/repos/asf/jmeter/site put path-to-Javadoc https://svn.apache.org/repos/asf/jmeter/site/api --- (cut here) ---
