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...
