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.
15 lines
350 B
15 lines
350 B
1 month ago
|
@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
|
||
|
|