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 mr...@apache.org on 2014/11/25 19:52:26 UTC

svn commit: r1641672 - in /jackrabbit/oak/branches/1.0: ./ oak-run/README.md

Author: mreutegg
Date: Tue Nov 25 18:52:26 2014
New Revision: 1641672

URL: http://svn.apache.org/r1641672
Log:
OAK-2293: Add checkpoint management for MongoMK

Merged 1641671 from trunk

Modified:
    jackrabbit/oak/branches/1.0/   (props changed)
    jackrabbit/oak/branches/1.0/oak-run/README.md

Propchange: jackrabbit/oak/branches/1.0/
------------------------------------------------------------------------------
  Merged /jackrabbit/oak/trunk:r1641671

Modified: jackrabbit/oak/branches/1.0/oak-run/README.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.0/oak-run/README.md?rev=1641672&r1=1641671&r2=1641672&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.0/oak-run/README.md (original)
+++ jackrabbit/oak/branches/1.0/oak-run/README.md Tue Nov 25 18:52:26 2014
@@ -78,7 +78,7 @@ Checkpoints
 The 'checkpoints' mode can be used to list or remove repository checkpoints
 To start this mode, use:
 
-    $ java -jar oak-run-*.jar checkpoints /path/to/oak/repository [list|rm-all|rm-unreferenced|rm <checkpoint>]
+    $ java -jar oak-run-*.jar checkpoints { /path/to/oak/repository | mongodb://host:port/database } [list|rm-all|rm-unreferenced|rm <checkpoint>]
 
 The 'list' option (treated as a default when nothing is specified) will list all existing checkpoints.
 The 'rm-all' option will wipe clean the 'checkpoints' node.