You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by md...@apache.org on 2013/10/18 08:40:37 UTC

svn commit: r1533335 - /jackrabbit/oak/trunk/oak-doc/README.md

Author: mduerig
Date: Fri Oct 18 06:40:37 2013
New Revision: 1533335

URL: http://svn.apache.org/r1533335
Log:
OAK-301 Document Oak
Explain how to skip auto committing on site-deploy

Modified:
    jackrabbit/oak/trunk/oak-doc/README.md

Modified: jackrabbit/oak/trunk/oak-doc/README.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/README.md?rev=1533335&r1=1533334&r2=1533335&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/README.md (original)
+++ jackrabbit/oak/trunk/oak-doc/README.md Fri Oct 18 06:40:37 2013
@@ -37,6 +37,10 @@ Then deploy the site to `http://jackrabb
     mvn site-deploy
 
 Finally review the site at `http://jackrabbit.apache.org/oak/docs/index.html`.
+To skip the final commit use `-Dscmpublish.skipCheckin=true`. You can then review
+all pending changes in `oak-doc/target/scmpublish-checkout` and follow up with
+`svn commit` manually.
+
 
 Every committer should be able to deploy the site. No fiddling with credentials needed since
 deployment is done via svn commit to `https://svn.apache.org/repos/asf/jackrabbit/site/live/oak/docs`.