You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by tr...@apache.org on 2018/06/20 05:01:03 UTC

svn commit: r1833889 - /jackrabbit/commons/filevault/trunk/vault-doc/src/site/markdown/rcp.md

Author: tripod
Date: Wed Jun 20 05:01:03 2018
New Revision: 1833889

URL: http://svn.apache.org/viewvc?rev=1833889&view=rev
Log:
JCRVLT-286 Markup in http://jackrabbit.apache.org/filevault/rcp.html broken

Modified:
    jackrabbit/commons/filevault/trunk/vault-doc/src/site/markdown/rcp.md

Modified: jackrabbit/commons/filevault/trunk/vault-doc/src/site/markdown/rcp.md
URL: http://svn.apache.org/viewvc/jackrabbit/commons/filevault/trunk/vault-doc/src/site/markdown/rcp.md?rev=1833889&r1=1833888&r2=1833889&view=diff
==============================================================================
--- jackrabbit/commons/filevault/trunk/vault-doc/src/site/markdown/rcp.md (original)
+++ jackrabbit/commons/filevault/trunk/vault-doc/src/site/markdown/rcp.md Wed Jun 20 05:01:03 2018
@@ -114,17 +114,17 @@ Creates a new task.
 
 | Property     | Required | Comment |
 | ------------ | -------- | ------- |
-| cmd          | X | Needs to be "**create**". |
-| id           | - | Id for new task. if omitted a random id is used. |
-| src          | X | URI of the remote source repository. |
-| dst          | X | Destination path in the local repository. |
-| batchsize    | - | Size of batch until intermediate size. Default is 1024. |
-| recursive    | - | **true** to descend recursively. Default is _false_. |
-| update       | - | **true** to overwrite and/or delete existing nodes. Default is _false_. |
-| newer        | - | **true** to respect _lastModified_ properties for update. Default is _false_. |
-| throttle     | - | Number of seconds to sleep after each intermediate save. Default is _0_. |
-| resumeFrom   | - | Source path to resume a prior aborted copy. Note that the algorithm simply skips all source nodes until the _resumeFrom_ path is found. It is necessary that the content structure of the source repository does not change in between runs, and that content already needs to be present in the detination location. |
-| excludes     | - | Array of java regular expressions that exclude source paths. |
+| cmd          | X  | Needs to be "**create**". |
+| id           | \- | Id for new task. if omitted a random id is used. |
+| src          | X  | URI of the remote source repository. |
+| dst          | X  | Destination path in the local repository. |
+| batchsize    | \- | Size of batch until intermediate size. Default is 1024. |
+| recursive    | \- | **true** to descend recursively. Default is _false_. |
+| update       | \- | **true** to overwrite and/or delete existing nodes. Default is _false_. |
+| newer        | \- | **true** to respect _lastModified_ properties for update. Default is _false_. |
+| throttle     | \- | Number of seconds to sleep after each intermediate save. Default is _0_. |
+| resumeFrom   | \- | Source path to resume a prior aborted copy. Note that the algorithm simply skips all source nodes until the _resumeFrom_ path is found. It is necessary that the content structure of the source repository does not change in between runs, and that content already needs to be present in the detination location. |
+| excludes     | \- | Array of java regular expressions that exclude source paths. |
 
 
 ##### Example