@echo off echo 输入分支版本号 set /p ver= echo 即将创建分支%ver% echo 创建pandora_svr_proj/branches/release/%ver% rem svn copy -m 自动创建发布分支%ver% --trust-server-cert --non-interactive https://119.91.229.66/svn/pandora_svr_proj/branches/dev/newpet https://119.91.229.66/svn/pandora_svr_proj/branches/release/%ver% TortoiseProc.exe /logmsg:"自动创建发布分支%ver%" /command:copy /path:"https://119.91.229.66/svn/pandora_svr_proj/branches/dev/newpet" /url:"https://119.91.229.66/svn/pandora_svr_proj/branches/release/%ver%" /closeonend:1 echo 创建pandora_cli_proj/branches/release/%ver% TortoiseProc.exe /logmsg:"自动创建发布分支%ver%" /command:copy /path:"https://119.91.229.66/svn/pandora_cli_proj/branches/dev/newpet" /url:"https://119.91.229.66/svn/pandora_cli_proj/branches/release/%ver%" echo 创建pandora_share_proj/branches/release/%ver% TortoiseProc.exe /logmsg:"自动创建发布分支%ver%" /command:copy /path:"https://119.91.229.66/svn/pandora_share_proj/branches/dev/newpet" /url:"https://119.91.229.66/svn/pandora_share_proj/branches/release/%ver%" echo "finish" echo %ver%分支 echo https://119.91.229.66/svn/pandora_cli_proj/branches/release/%ver% echo https://119.91.229.66/svn/pandora_svr_proj/branches/release/%ver% echo https://119.91.229.66/svn/pandora_share_proj/branches/release/%ver% pause