You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by pd...@apache.org on 2018/03/09 22:04:27 UTC

[incubator-openwhisk-release] branch master updated: Describe how to checkout the svn repository for openwhisk to stage (#51)

This is an automated email from the ASF dual-hosted git repository.

pdesai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-release.git


The following commit(s) were added to refs/heads/master by this push:
     new adfe154  Describe how to checkout the svn repository for openwhisk to stage (#51)
adfe154 is described below

commit adfe154c3e9488c4af84249673a423a8c0722631
Author: Vincent <sh...@us.ibm.com>
AuthorDate: Fri Mar 9 17:04:25 2018 -0500

    Describe how to checkout the svn repository for openwhisk to stage (#51)
---
 docs/pick_up_source_code.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/docs/pick_up_source_code.md b/docs/pick_up_source_code.md
index b362769..39b342d 100644
--- a/docs/pick_up_source_code.md
+++ b/docs/pick_up_source_code.md
@@ -75,3 +75,17 @@ $ ./download_source_code.sh <WORK_DIR>
 ```
 You may specify where to download all the source code with <WORK_DIR>. If you specify the <WORK_DIR> here, you need to
 specify the same value as well to the sequential scripts as well. It will take $HOME by default.
+
+## Checkout the subversion repository
+
+We need to checkout the subversion repository for OpenWhisk to stage the artifacts with the following command:
+```
+$ ./checkout_svn.sh <WORK_DIR> <SVN_USERNAME> <SVN_PASSWORD>
+```
+
+The <WORK_DIR> should be the same one used to download the source code. If you have already configured your local
+svn command with a pair of username and password, there is no need to provide the values for the arguments <SVN_USERNAME>
+and <SVN_PASSWORD>. With this command, a remote folder named openwhisk-$version will be created in the subversion
+repository if necessary, and checked out to the local folder <WORK_DIR>/openwhisk_release/openwhisk/openwhisk-$version.
+The value of $version is $major-$minor, as defined in config.json. This command can also be used to sync-up your local
+folder with the remote subversion folder.
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
pdesai@apache.org.