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

zghao pushed a commit to branch HBASE-14850
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit bec79e9dd39f7706af028fee6cc943c38cac2e68
Author: Enis Soztutar <[email protected]>
AuthorDate: Wed Jul 26 14:01:01 2017 -0700

    HBASE-18338 [C++] Implement RpcTestServer - ADDENDUM to fix rsync for new 
proto files
---
 hbase-native-client/bin/copy-protobuf.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hbase-native-client/bin/copy-protobuf.sh 
b/hbase-native-client/bin/copy-protobuf.sh
index 36541cf..f727800 100755
--- a/hbase-native-client/bin/copy-protobuf.sh
+++ b/hbase-native-client/bin/copy-protobuf.sh
@@ -21,4 +21,4 @@ IFS=$'\n\t'
 BIN_DIR=$(dirname "$0")
 PB_SOURCE_DIR="${BIN_DIR}/../../hbase-protocol/src/main/protobuf/"
 PB_DEST_DIR="${BIN_DIR}/../if/"
-rsync -r --delete --exclude BUCK ${PB_SOURCE_DIR} ${PB_DEST_DIR}
+rsync -r --exclude BUCK ${PB_SOURCE_DIR} ${PB_DEST_DIR}

Reply via email to