svn调用脚本(三)

#!/bin/bash

#example:
#usrname='svnuser'
#passwd='svnpassword'
#svn_link="http://url/svn_dir"
#svn_dir="target_dir"

usrname=$1
passwd=$2
svn_link=$3
svn_dir=$4
svn_flag=".svn"

cmd=$(rpm -qa|grep "expect")
if [ $? -ne 0 ];then
        yum -y install expect
fi

cd ${svn_dir}

if [ -d ${svn_flag} ]&&[ "x${svn_link}" != "x" ] 
then
/usr/bin/expect   <<-EOF
set timeout 120
spawn svn co ${svn_link} . --username ${usrname} --password ${passwd}
expect {
        "*(yes/no)?*" { send "yes\r";exp_continue ;}
 }
EOF
else
/usr/bin/expect   <<-EOF
set timeout 120
spawn svn update
expect {
        "*Password for 'admin':*" { send "${passwd}\r";exp_continue }
        "*(yes/no)?*" { send "yes\r";exp_continue ;}
 }
EOF
fi

网站栏目:svn调用脚本(三)
文章来源:http://bzwzjz.com/article/ppcghg.html

其他资讯

Copyright © 2007-2020 广东宝晨空调科技有限公司 All Rights Reserved 粤ICP备2022107769号
友情链接: 成都网站建设公司 成都网站建设 成都网站建设 高端定制网站设计 成都网站设计公司 网站建设公司 成都网站设计 成都网站设计 网站制作 LED网站设计方案 营销型网站建设 成都模版网站建设 网站制作 成都网站设计 成都网站建设公司 成都网站设计 四川成都网站制作 品牌网站建设 成都网站建设流程 网站设计 成都网站建设推广 企业网站建设