File Name :svn_check_status.bat
@echo off
setLocal EnableDelayedExpansion
Set DepServer=%1
set EVGDirpath=D:\Apps\Automation\EVG\AutomatedDeploy
set EVIDirpath=D:\Apps\Automation\EVI\AutomatedDeploy
set EVKDirpath=D:\Apps\Automation\EVK\AutomatedDeploy
set EVMDirpath=D:\Apps\Automation\EVM\AutomatedDeploy
set TRNDirpath=D:\Apps\Automation\TRN\AutomatedDeploy
Set TRN2Dirpath=D:\Apps\Automation\TRN2\AutomatedDeploy
set EVEDirpath=D:\Apps\Automation\EVE\AutomatedDeploy
set EVE1Dirpath=D:\Apps\Automation\EVE1\AutomatedDeploy
set EVE2Dirpath=D:\Apps\Automation\EVE2\AutomatedDeploy
set EVKDirpath=D:\Apps\Automation\EVK\AutomatedDeploy
set EVLDirpath=D:\Apps\Automation\EVL\AutomatedDeploy
set EVJDirpath=D:\Apps\Automation\EVJ\AutomatedDeploy
set SVNLogpath=D:\Apps\CollabNet Subversion Server\httpd\logs
if %DepServer% == Depserver-110 goto :Depserver-110
if %DepServer% == Depserver-111 goto :Depserver-111
:Depserver-110
set Server-110-Logpath= %EVGDirpath%\Scripts\target\EVG
CD %Server-110-Logpath%
MD SVNlogs
cd %EVGDirpath%\scripts
Echo %Server-110-Logpath%
Echo "-----------Deleting the entire contents of EVG Target logs-----------" >>%Server-110-Logpath%\SVNlogs\svn_status.log
rd \s %EVGDirpath%\Scripts\target\EVG\ >> %Server-110-Logpath%\SVNlogs\svn_status.log
if exist %Server-110-Logpath%\SVNlogs\svn_status.log del %Server-110-Logpath%\SVNlogs\svn_status.log
Echo "-------------------------------------------------------------------------" >> %Server-110-Logpath%\SVNlogs\svn_status.log
Echo "----------- EVG Environment Working Directory SVN Information -----------" >> %Server-110-Logpath%\SVNlogs\svn_status.log
Echo "-------------------------------------------------------------------------" >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
SVN update --ignore-externals D:\Apps\Automation\EVG\AutomatedDeploy >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
svn status -q --ignore-externals D:\Apps\Automation\EVG\AutomatedDeploy >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
cd %EVGDirpath%
SVN info | find "URL" >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
Echo "~~~~~~~~~~~~~~~~~~~~~End of EVG SVN Status Report~~~~~~~~~~~~~~~~~~~~~~~" >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
Echo "-------------------------------------------------------------------------" >> %Server-110-Logpath%\SVNlogs\svn_status.log
Echo "----------- EVI Environment Working Directory SVN Information -----------" >> %Server-110-Logpath%\SVNlogs\svn_status.log
Echo "-------------------------------------------------------------------------" >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
Echo "-----------Deleting the entire contents of EVI Target logs-----------" >>%Server-110-Logpath%\SVNlogs\svn_status.log
rd \s %EVIDirpath%\Scripts\target\EVI\ >> %Server-110-Logpath%\SVNlogs\svn_status.log
SVN update --ignore-externals D:\Apps\Automation\EVI\AutomatedDeploy >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
svn status -q --ignore-externals D:\Apps\Automation\EVI\AutomatedDeploy >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
cd %EVIDirpath%
SVN info | find "URL" >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
Echo "~~~~~~~~~~~~~~~~~~~~~End of EVI SVN Status Report~~~~~~~~~~~~~~~~~~~~~~~" >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
Echo "-------------------------------------------------------------------------" >> %Server-110-Logpath%\SVNlogs\svn_status.log
Echo "----------- EVK Environment Working Directory SVN Information -----------" >> %Server-110-Logpath%\SVNlogs\svn_status.log
Echo "-------------------------------------------------------------------------" >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
Echo "-----------Deleting the entire contents of EVK Target logs-----------" >>%Server-110-Logpath%\SVNlogs\svn_status.log
rd \s %EVKDirpath%\Scripts\target\EVG\ >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
SVN update --ignore-externals D:\Apps\Automation\EVK\AutomatedDeploy >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
svn status -q --ignore-externals D:\Apps\Automation\EVK\AutomatedDeploy >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
cd %EVKDirpath%
SVN info | find "URL" >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
Echo "~~~~~~~~~~~~~~~~~~~~~End of EVK SVN Status Report~~~~~~~~~~~~~~~~~~~~~~~" >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
Echo "-------------------------------------------------------------------------" >> %Server-110-Logpath%\SVNlogs\svn_status.log
Echo "----------- EVM Environment Working Directory SVN Information -----------" >> %Server-110-Logpath%\SVNlogs\svn_status.log
Echo "-------------------------------------------------------------------------" >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
Echo "-----------Deleting the entire contents of EVM Target logs-----------" >>%Server-110-Logpath%\SVNlogs\svn_status.log
rd \s %EVMDirpath%\Scripts\target\EVM\ >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
SVN update --ignore-externals D:\Apps\Automation\EVM\AutomatedDeploy >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log.
svn status -q --ignore-externals D:\Apps\Automation\EVM\AutomatedDeploy >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
cd %EVMDirpath%
SVN info | find "URL" >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
Echo "~~~~~~~~~~~~~~~~~~~~~End of EVM SVN Status Report~~~~~~~~~~~~~~~~~~~~~~~" >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
Echo "-------------------------------------------------------------------------" >> %Server-110-Logpath%\SVNlogs\svn_status.log
Echo "----------- TRN Environment Working Directory SVN Information -----------" >> %Server-110-Logpath%\SVNlogs\svn_status.log
Echo "-------------------------------------------------------------------------" >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
Echo "-----------Deleting the entire contents of TRN Target logs-----------" >>%Server-110-Logpath%\SVNlogs\svn_status.log
rd \s %TRNDirpath%\Scripts\target\TRN\ >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
SVN update --ignore-externals D:\Apps\Automation\TRN\AutomatedDeploy >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
svn status -q --ignore-externals D:\Apps\Automation\TRN\AutomatedDeploy >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
cd %TRNDirpath%
SVN info | find "URL" >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
Echo "~~~~~~~~~~~~~~~~~~~~~End of TRN SVN Status Report~~~~~~~~~~~~~~~~~~~~~~~" >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
Echo "-------------------------------------------------------------------------" >> %Server-110-Logpath%\SVNlogs\svn_status.log
Echo "----------- TRN-2 Environment Working Directory SVN Information -----------" >> %Server-110-Logpath%\SVNlogs\svn_status.log
Echo "-------------------------------------------------------------------------" >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
Echo "-----------Deleting the entire contents of TRN-2 Target logs-----------" >>%Server-110-Logpath%\SVNlogs\svn_status.log
rd \s %TRN2Dirpath%\Scripts\target\TRN2\ >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
SVN update --ignore-externals D:\Apps\Automation\TRN2\AutomatedDeploy >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
svn status -q --ignore-externals D:\Apps\Automation\TRN2\AutomatedDeploy >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
cd %TRN2Dirpath%
SVN info | find "URL" >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
Echo "~~~~~~~~~~~~~~~~~~~~~End of TRN-2 SVN Status Report~~~~~~~~~~~~~~~~~~~~~~~" >> %Server-110-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
goto :End
:Depserver-111
set Server-111-Logpath= %EVEDirpath%\Scripts\target\EVE
CD %Server-111-Logpath%
MD SVNlogs
cd %EVEDirpath%\scripts
if exist %Server-111-Logpath%\SVNlogs\svn_status.log del %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "------------Stopping the SVN Service-----------------------------------" >> %Server-111-Logpath%\SVNlogs\svn_status.log
sc stop Apache2.2
sleep 5
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "----------Deleting the SVN logs-----------------------------------" >> %Server-111-Logpath%\SVNlogs\svn_status.log
cd %SVNLogpath%
del access.log
del error.log
cd %Server-111-Logpath%
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "----------Starting the SVN Service-----------------------------------" >> %Server-111-Logpath%\SVNlogs\svn_status.log
sc start Apache2.2
sleep 5
Echo "-------------------------------------------------------------------------" >> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "----------- EVH Environment Working Directory SVN Information -----------" >> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "-------------------------------------------------------------------------" >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "-----------Deleting the entire contents of EVH Target logs-----------" >>%Server-111-Logpath%\SVNlogs\svn_status.log
rd \s %EVHDirpath%\Scripts\target\EVH\ >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
SVN update --ignore-externals D:\Apps\Automation\EVH\AutomatedDeploy >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
svn status -q --ignore-externals D:\Apps\Automation\EVH\AutomatedDeploy >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
cd %EVHDirpath%
SVN info | find "URL" >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "~~~~~~~~~~~~~~~~~~~~~End of EVH SVN Status Report~~~~~~~~~~~~~~~~~~~~~~~" >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "-------------------------------------------------------------------------" >> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "----------- EVL Environment Working Directory SVN Information -----------" >> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "-------------------------------------------------------------------------" >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "-----------Deleting the entire contents of EVH Target logs-----------" >>%Server-111-Logpath%\SVNlogs\svn_status.log
rd \s %EVLDirpath%\Scripts\target\EVL\ >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-110-Logpath%\SVNlogs\svn_status.log
SVN update --ignore-externals D:\Apps\Automation\EVL\AutomatedDeploy >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
svn status -q --ignore-externals D:\Apps\Automation\EVL\AutomatedDeploy >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
cd %EVLDirpath%
SVN info | find "URL" >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "~~~~~~~~~~~~~~~~~~~~~End of EVL SVN Status Report~~~~~~~~~~~~~~~~~~~~~~~" >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "-------------------------------------------------------------------------" >> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "----------- EVE Environment Working Directory SVN Information -----------" >> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "-------------------------------------------------------------------------" >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "-----------Deleting the entire contents of EVE Target logs-----------" >>%Server-111-Logpath%\SVNlogs\svn_status.log
rd \s %EVEDirpath%\Scripts\target\EVE\ >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
SVN update --ignore-externals D:\Apps\Automation\EVE\AutomatedDeploy >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
svn status -q --ignore-externals D:\Apps\Automation\EVE\AutomatedDeploy >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
cd %EVEDirpath%
SVN info | find "URL" >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "~~~~~~~~~~~~~~~~~~~~~End of EVE SVN Status Report~~~~~~~~~~~~~~~~~~~~~~~" >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "-------------------------------------------------------------------------" >> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "----------- EVE1 Environment Working Directory SVN Information -----------" >> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "-------------------------------------------------------------------------" >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "-----------Deleting the entire contents of EVE1 Target logs-----------" >>%Server-111-Logpath%\SVNlogs\svn_status.log
rd \s %EVE1Dirpath%\Scripts\target\EVE1\ >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "EVE1 Working Directory SVN Information list" >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
SVN update --ignore-externals D:\Apps\Automation\EVE1\AutomatedDeploy >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
svn status -q --ignore-externals D:\Apps\Automation\EVE1\AutomatedDeploy >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
cd %EVE1Dirpath%
SVN info | find "URL" >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "~~~~~~~~~~~~~~~~~~~~~End of EVE1 SVN Status Report~~~~~~~~~~~~~~~~~~~~~~~" >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "-------------------------------------------------------------------------" >> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "----------- EVE-2 Environment Working Directory SVN Information -----------" >> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "-------------------------------------------------------------------------" >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "-----------Deleting the entire contents of EVE-2 Target logs-----------" >>%Server-111-Logpath%\SVNlogs\svn_status.log
rd \s %EVE2Dirpath%\Scripts\target\EVE2\ >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
SVN update --ignore-externals D:\Apps\Automation\EVE2\AutomatedDeploy >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
svn status -q --ignore-externals D:\Apps\Automation\EVE2\AutomatedDeploy >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
cd %EVE2Dirpath%
SVN info | find "URL" >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "~~~~~~~~~~~~~~~~~~~~~End of EVE-2 SVN Status Report~~~~~~~~~~~~~~~~~~~~~~~" >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "-------------------------------------------------------------------------" >> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "----------- EVJ Environment Working Directory SVN Information -----------" >> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "-------------------------------------------------------------------------" >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "-----------Deleting the entire contents of EVJ Target logs-----------" >>%Server-111-Logpath%\SVNlogs\svn_status.log
rd \s %EVJDirpath%\Scripts\target\EVJ\ >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
SVN update --ignore-externals D:\Apps\Automation\EVJ\AutomatedDeploy >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
svn status -q --ignore-externals D:\Apps\Automation\EVJ\AutomatedDeploy >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
cd %EVJ Dirpath%
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
SVN info | find "URL" >> %Server-111-Logpath%\SVNlogs\svn_status.log
Echo "~~~~~~~~~~~~~~~~~~~~~End of EVJ SVN Status Report~~~~~~~~~~~~~~~~~~~~~~~" >> %Server-111-Logpath%\SVNlogs\svn_status.log
ECHO.>> %Server-111-Logpath%\SVNlogs\svn_status.log
goto :End
:End
No comments:
Post a Comment
Do not post irrelevant comments, please!