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 2014/10/06 15:14:28 UTC

svn commit: r1629643 - /jackrabbit/oak/trunk/oak-run/README.md

Author: mduerig
Date: Mon Oct  6 13:14:28 2014
New Revision: 1629643

URL: http://svn.apache.org/r1629643
Log:
@trivial: update README to include missing run modes 'checkpoints' and 'upgrade'

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

Modified: jackrabbit/oak/trunk/oak-run/README.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-run/README.md?rev=1629643&r1=1629642&r2=1629643&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-run/README.md (original)
+++ jackrabbit/oak/trunk/oak-run/README.md Mon Oct  6 13:14:28 2014
@@ -17,7 +17,10 @@ The following runmodes are currently ava
     * syncslave   : Run a TarMK Cold Standby slave
     * scalability : Run scalability tests against different Oak repository fixtures.
     * recovery    : Run a _lastRev recovery on a MongoMK repository
+    * upgrade     : Upgrade from Jackrabbit 2
+    * checkpoints : Manage checkpoints
     * help        : Print a list of available runmodes
+    
 
 Some of the features related to Jackrabbit 2.x are provided by oak-run-jr2 jar. See
 the [Oak Runnable JR2](#jr2) section for more details.



Re: svn commit: r1629643 - /jackrabbit/oak/trunk/oak-run/README.md

Posted by Michael Dürig <md...@apache.org>.

On 6.10.14 3:26 , Chetan Mehrotra wrote:
> upgrade mode is only supported in oak-run-jr2 jar (as that only
> packages JR2 classes) and is documented there [1]

Thanks, fixed.
Michael

Re: svn commit: r1629643 - /jackrabbit/oak/trunk/oak-run/README.md

Posted by Chetan Mehrotra <ch...@gmail.com>.
HI Michael,

On Mon, Oct 6, 2014 at 6:44 PM,  <md...@apache.org> wrote:
> +    * upgrade     : Upgrade from Jackrabbit 2

upgrade mode is only supported in oak-run-jr2 jar (as that only
packages JR2 classes) and is documented there [1]

Chetan Mehrotra
[1] https://github.com/apache/jackrabbit-oak/tree/trunk/oak-run#oak-runnable-jar---jr-2