在变量周围添加了单引号和加operator(’+ variable +’)。现在正在工作
svn copy '''+svnSourcePath+' '+svnDestPath+''' -m 'promote dev to test' --username $SVN_USER --password $SVN_PWD '''

在变量周围添加了单引号和加operator(’+ variable +’)。现在正在工作
svn copy '''+svnSourcePath+' '+svnDestPath+''' -m 'promote dev to test' --username $SVN_USER --password $SVN_PWD '''