Download SVN Deploy
Description
Windows service for deploying applications to a given directory based on watching a Subversion. You publish your application to svn://project/svn/trunk/deploy/prod (or any folder). Set up your app.config file, install your service, and you're done!
Source Files
The download file svndeploy.zip has the following entries.
trunk/source/SVN Deploy.sln/*from ww w . j a v a2s . c o m*/
trunk/source/SvnDeploy.Service/App.config
trunk/source/SvnDeploy.Service/Architecture.cd
trunk/source/SvnDeploy.Service/Cfg/ApplicationCollection.cs
trunk/source/SvnDeploy.Service/Cfg/ApplicationElement.cs
trunk/source/SvnDeploy.Service/Cfg/AuthenticationElement.cs
trunk/source/SvnDeploy.Service/Cfg/BackupSettingsElement.cs
trunk/source/SvnDeploy.Service/Cfg/SvnDeployConfigurationSection.cs
trunk/source/SvnDeploy.Service/CollectionHelpers.cs
trunk/source/SvnDeploy.Service/IBackupProvider.cs
trunk/source/SvnDeploy.Service/IDeploymentWorker.cs
trunk/source/SvnDeploy.Service/IFileSystem.cs
trunk/source/SvnDeploy.Service/ILog.cs
trunk/source/SvnDeploy.Service/ISvnAdapter.cs
trunk/source/SvnDeploy.Service/IVirtualDirectoryUpdater.cs
trunk/source/SvnDeploy.Service/IZipAdapter.cs
trunk/source/SvnDeploy.Service/Impl/BackupProviderImpl.cs
trunk/source/SvnDeploy.Service/Impl/DeploymentWorkerImpl.cs
trunk/source/SvnDeploy.Service/Impl/EventLogImpl.cs
trunk/source/SvnDeploy.Service/Impl/FileSystemImpl.cs
trunk/source/SvnDeploy.Service/Impl/SvnAdapterImpl.cs
trunk/source/SvnDeploy.Service/Impl/VirtualDirectoryUpdaterImpl.cs
trunk/source/SvnDeploy.Service/Impl/ZipAdapterImpl.cs
trunk/source/SvnDeploy.Service/Properties/AssemblyInfo.cs
trunk/source/SvnDeploy.Service/SvnDeploy.Service.csproj
trunk/source/SvnDeploy.Service/SvnDeploymentRegistry.cs
trunk/source/SvnDeploy.Service/SvnDeploymentService.cs
trunk/source/SvnDeploy.Service/SvnDeploymentServiceInstaller.cs
trunk/source/SvnDeploy.Service/packages.config
trunk/source/SvnDeploy.Tests/App.config
trunk/source/SvnDeploy.Tests/Properties/AssemblyInfo.cs
trunk/source/SvnDeploy.Tests/Service/Cfg/SvnDeploymentConfigurationSectionTests.cs
trunk/source/SvnDeploy.Tests/Service/Impl/DeploymentWorkerImplTests.cs
trunk/source/SvnDeploy.Tests/Service/Impl/FileSystemImplTests.cs
trunk/source/SvnDeploy.Tests/Service/Impl/ZipAdapterImplTests.cs
trunk/source/SvnDeploy.Tests/Service/SvnDeploymentRegistryTests.cs
trunk/source/SvnDeploy.Tests/SvnDeploy.Tests.csproj
trunk/source/SvnDeploy.Tests/packages.config
trunk/source/packages/DotNetZip.1.9/DotNetZip.1.9.nupkg
trunk/source/packages/DotNetZip.1.9/lib/Ionic.Zip.dll
trunk/source/packages/Moq.4.0.10827/License.txt
trunk/source/packages/Moq.4.0.10827/Moq.4.0.10827.nupkg
trunk/source/packages/Moq.4.0.10827/Moq.chm
trunk/source/packages/Moq.4.0.10827/lib/NET35/Moq.dll
trunk/source/packages/Moq.4.0.10827/lib/NET35/Moq.pdb
trunk/source/packages/Moq.4.0.10827/lib/NET35/Moq.xml
trunk/source/packages/Moq.4.0.10827/lib/NET40/Moq.dll
trunk/source/packages/Moq.4.0.10827/lib/NET40/Moq.pdb
trunk/source/packages/Moq.4.0.10827/lib/NET40/Moq.xml
trunk/source/packages/Moq.4.0.10827/lib/Silverlight4/Castle.Core.dll
trunk/source/packages/Moq.4.0.10827/lib/Silverlight4/Moq.Silverlight.dll
trunk/source/packages/Moq.4.0.10827/lib/Silverlight4/Moq.Silverlight.pdb
trunk/source/packages/Moq.4.0.10827/lib/Silverlight4/Moq.Silverlight.xml
trunk/source/packages/NLog.2.0.0.0/NLog.2.0.0.0.nupkg
trunk/source/packages/NLog.2.0.0.0/lib/NET35/NLog.Extended.dll
trunk/source/packages/NLog.2.0.0.0/lib/NET35/NLog.Extended.xml
trunk/source/packages/NLog.2.0.0.0/lib/NET35/NLog.dll
trunk/source/packages/NLog.2.0.0.0/lib/NET35/NLog.xml
trunk/source/packages/NLog.2.0.0.0/lib/NET40/NLog.Extended.dll
trunk/source/packages/NLog.2.0.0.0/lib/NET40/NLog.Extended.xml
trunk/source/packages/NLog.2.0.0.0/lib/NET40/NLog.dll
trunk/source/packages/NLog.2.0.0.0/lib/NET40/NLog.xml
trunk/source/packages/NLog.2.0.0.0/lib/SL3/NLog.dll
trunk/source/packages/NLog.2.0.0.0/lib/SL3/NLog.xml
trunk/source/packages/NLog.2.0.0.0/lib/SL4/NLog.dll
trunk/source/packages/NLog.2.0.0.0/lib/SL4/NLog.xml
trunk/source/packages/NUnit.2.5.10.11092/Logo.ico
trunk/source/packages/NUnit.2.5.10.11092/NUnit.2.5.10.11092.nupkg
trunk/source/packages/NUnit.2.5.10.11092/NUnitFitTests.html
trunk/source/packages/NUnit.2.5.10.11092/fit-license.txt
trunk/source/packages/NUnit.2.5.10.11092/lib/nunit.framework.dll
trunk/source/packages/NUnit.2.5.10.11092/lib/nunit.framework.xml
trunk/source/packages/NUnit.2.5.10.11092/lib/nunit.mocks.dll
trunk/source/packages/NUnit.2.5.10.11092/lib/pnunit.framework.dll
trunk/source/packages/NUnit.2.5.10.11092/license.txt
trunk/source/packages/NUnit.2.5.10.11092/tools/NUnitTests.VisualState.xml
trunk/source/packages/NUnit.2.5.10.11092/tools/NUnitTests.config
trunk/source/packages/NUnit.2.5.10.11092/tools/NUnitTests.nunit
trunk/source/packages/NUnit.2.5.10.11092/tools/TestResult.xml
trunk/source/packages/NUnit.2.5.10.11092/tools/agent.conf
trunk/source/packages/NUnit.2.5.10.11092/tools/agent.log.conf
trunk/source/packages/NUnit.2.5.10.11092/tools/launcher.log.conf
trunk/source/packages/NUnit.2.5.10.11092/tools/lib/Failure.png
trunk/source/packages/NUnit.2.5.10.11092/tools/lib/Ignored.png
trunk/source/packages/NUnit.2.5.10.11092/tools/lib/Inconclusive.png
trunk/source/packages/NUnit.2.5.10.11092/tools/lib/Skipped.png
trunk/source/packages/NUnit.2.5.10.11092/tools/lib/Success.png
trunk/source/packages/NUnit.2.5.10.11092/tools/lib/fit.dll
trunk/source/packages/NUnit.2.5.10.11092/tools/lib/log4net.dll
trunk/source/packages/NUnit.2.5.10.11092/tools/lib/nunit-console-runner.dll
trunk/source/packages/NUnit.2.5.10.11092/tools/lib/nunit-gui-runner.dll
trunk/source/packages/NUnit.2.5.10.11092/tools/lib/nunit.core.dll
trunk/source/packages/NUnit.2.5.10.11092/tools/lib/nunit.core.interfaces.dll
trunk/source/packages/NUnit.2.5.10.11092/tools/lib/nunit.fixtures.dll
trunk/source/packages/NUnit.2.5.10.11092/tools/lib/nunit.uiexception.dll
trunk/source/packages/NUnit.2.5.10.11092/tools/lib/nunit.uikit.dll
trunk/source/packages/NUnit.2.5.10.11092/tools/lib/nunit.util.dll
trunk/source/packages/NUnit.2.5.10.11092/tools/nunit-agent-x86.exe
trunk/source/packages/NUnit.2.5.10.11092/tools/nunit-agent-x86.exe.config
trunk/source/packages/NUnit.2.5.10.11092/tools/nunit-agent.exe
trunk/source/packages/NUnit.2.5.10.11092/tools/nunit-agent.exe.config
trunk/source/packages/NUnit.2.5.10.11092/tools/nunit-console-x86.exe
trunk/source/packages/NUnit.2.5.10.11092/tools/nunit-console-x86.exe.config
trunk/source/packages/NUnit.2.5.10.11092/tools/nunit-console.exe
trunk/source/packages/NUnit.2.5.10.11092/tools/nunit-console.exe.config
trunk/source/packages/NUnit.2.5.10.11092/tools/nunit-x86.exe
trunk/source/packages/NUnit.2.5.10.11092/tools/nunit-x86.exe.config
trunk/source/packages/NUnit.2.5.10.11092/tools/nunit.exe
trunk/source/packages/NUnit.2.5.10.11092/tools/nunit.exe.config
trunk/source/packages/NUnit.2.5.10.11092/tools/nunit.framework.dll
trunk/source/packages/NUnit.2.5.10.11092/tools/pnunit-agent.exe
trunk/source/packages/NUnit.2.5.10.11092/tools/pnunit-agent.exe.config
trunk/source/packages/NUnit.2.5.10.11092/tools/pnunit-launcher.exe
trunk/source/packages/NUnit.2.5.10.11092/tools/pnunit-launcher.exe.config
trunk/source/packages/NUnit.2.5.10.11092/tools/pnunit.framework.dll
trunk/source/packages/NUnit.2.5.10.11092/tools/pnunit.tests.dll
trunk/source/packages/NUnit.2.5.10.11092/tools/runFile.exe
trunk/source/packages/NUnit.2.5.10.11092/tools/runFile.exe.config
trunk/source/packages/NUnit.2.5.10.11092/tools/runpnunit.bat
trunk/source/packages/NUnit.2.5.10.11092/tools/test.conf
trunk/source/packages/SharpSvn/x64/SharpPlink-x64.svnExe
trunk/source/packages/SharpSvn/x64/SharpSvn-DB44-20-x64.dll
trunk/source/packages/SharpSvn/x64/SharpSvn-Sasl21-23-x64.dll
trunk/source/packages/SharpSvn/x64/SharpSvn.dll
trunk/source/packages/SharpSvn/x86/SharpPlink-Win32.svnExe
trunk/source/packages/SharpSvn/x86/SharpSvn-DB44-20-win32.dll
trunk/source/packages/SharpSvn/x86/SharpSvn-Sasl21-23-win32.dll
trunk/source/packages/SharpSvn/x86/SharpSvn.dll
trunk/source/packages/repositories.config
trunk/source/packages/structuremap.2.6.2/lib/StructureMap.XML
trunk/source/packages/structuremap.2.6.2/lib/StructureMap.dll
trunk/source/packages/structuremap.2.6.2/lib/StructureMap.pdb
trunk/source/packages/structuremap.2.6.2/structuremap.2.6.2.nupkg
Download
Click the following link to download svndeploy.zip.
svndeploy.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »