cls set currentDir = %cd% set solutionDirName=\EInvoice_Solution set solutionDirPath=%currentDir%%solutionDirName% echo %solutionDirName% if not exist "%solutionDirPath%" (mkdir %solutionDirPath%)
Repositoryler içinde gezerek ekranı çalıştıralım
cls @echo off set currentDir = %cd% set solutionDirName=\EInvoice_Solution set solutionDirPath=%currentDir%%solutionDirName% echo %solutionDirName% if not exist "%solutionDirPath%" (mkdir %solutionDirPath%) SET repoPaths=(FMC.Turkiye.Data.EInvoice FMC.Turkiye.Lib.EInvoice FMC.Turkiye.Lib.EInvoice.WebServiceClasses FMC.Turkiye.Wcf.EFatura FMC.Turkiye.Web.Site.EFatura) for %%s in %repoPaths% do TortoiseProc.exe /path:"%%s" /url:"https://xp-dev.com/svn/%%s/trunk" /closeonend:0 /command:checkout
Sonuçta klasörümüzün haline de bakmalı:
Hiç yorum yok:
Yorum Gönder