You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
350 B
14 lines
350 B
@echo off
|
|
echo 输入分支版本号
|
|
set /p ver=
|
|
echo 即将创建分支%ver%
|
|
|
|
echo 创建/branches/%ver%
|
|
TortoiseProc.exe /logmsg:"自动创建发布分支%ver%" /command:copy /path:"http://10.0.201.30:8011/svn/anhei/trunk" /url:"http://10.0.201.30:8011/svn/anhei/branches/%ver%"
|
|
|
|
|
|
echo "finish"
|
|
echo %ver%分支
|
|
echo http://10.0.201.30:8011/svn/anhei/branches/%ver%
|
|
pause
|
|
|
|
|