From 6cd1526f6f86fe91e415604f35c398d8e7fcdaa9 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Wed, 30 Dec 2009 14:40:24 +0000 Subject: [PATCH] Rename commit hook directory --- .../Library/DotNetOpenMail.chm | Bin .../Library/DotNetOpenMail.dll | Bin .../Library/log4net.dll | Bin .../Library/log4net.xml | 0 .../Library/readme.txt | 0 .../Source/App.config | 0 .../Source/App.ico | Bin .../Source/AssemblyInfo.cs | 0 .../Source/ChangeLog.txt | 0 .../Source/CommitInformation.cs | 0 .../Source/CommitInformationRaw.cs | 0 .../Source/Configuration.cs | 0 .../Source/HtmlMail.css | 0 .../Source/HtmlMessageFormatter.cs | 0 .../Source/License.txt | 0 .../Source/Mailer.cs | 0 .../Source/MessageFormatter.cs | 0 .../Source/SilentCmdLineApplication.cs | 0 .../Source/SmtpMailer.cs | 0 .../Source/SvnLookOutputParser.cs | 0 .../Source/SvnPostCommitHook.sln | 0 .../Source/SvnPostCommitHookApplication.cs | 0 .../Source/SvnPostCommitHookSdInternal.csproj | 0 .../Source/TextMessageFormatter.cs | 0 .../package.bat | 0 .../packagerelease.bat | 0 26 files changed, 0 insertions(+), 0 deletions(-) rename SvnServer/{SVNPostCommitHookSharpDevelop => PostCommitHook}/Library/DotNetOpenMail.chm (100%) rename SvnServer/{SVNPostCommitHookSharpDevelop => PostCommitHook}/Library/DotNetOpenMail.dll (100%) rename SvnServer/{SVNPostCommitHookSharpDevelop => PostCommitHook}/Library/log4net.dll (100%) rename SvnServer/{SVNPostCommitHookSharpDevelop => PostCommitHook}/Library/log4net.xml (100%) rename SvnServer/{SVNPostCommitHookSharpDevelop => PostCommitHook}/Library/readme.txt (100%) rename SvnServer/{SVNPostCommitHookSharpDevelop => PostCommitHook}/Source/App.config (100%) rename SvnServer/{SVNPostCommitHookSharpDevelop => PostCommitHook}/Source/App.ico (100%) rename SvnServer/{SVNPostCommitHookSharpDevelop => PostCommitHook}/Source/AssemblyInfo.cs (100%) rename SvnServer/{SVNPostCommitHookSharpDevelop => PostCommitHook}/Source/ChangeLog.txt (100%) rename SvnServer/{SVNPostCommitHookSharpDevelop => PostCommitHook}/Source/CommitInformation.cs (100%) rename SvnServer/{SVNPostCommitHookSharpDevelop => PostCommitHook}/Source/CommitInformationRaw.cs (100%) rename SvnServer/{SVNPostCommitHookSharpDevelop => PostCommitHook}/Source/Configuration.cs (100%) rename SvnServer/{SVNPostCommitHookSharpDevelop => PostCommitHook}/Source/HtmlMail.css (100%) rename SvnServer/{SVNPostCommitHookSharpDevelop => PostCommitHook}/Source/HtmlMessageFormatter.cs (100%) rename SvnServer/{SVNPostCommitHookSharpDevelop => PostCommitHook}/Source/License.txt (100%) rename SvnServer/{SVNPostCommitHookSharpDevelop => PostCommitHook}/Source/Mailer.cs (100%) rename SvnServer/{SVNPostCommitHookSharpDevelop => PostCommitHook}/Source/MessageFormatter.cs (100%) rename SvnServer/{SVNPostCommitHookSharpDevelop => PostCommitHook}/Source/SilentCmdLineApplication.cs (100%) rename SvnServer/{SVNPostCommitHookSharpDevelop => PostCommitHook}/Source/SmtpMailer.cs (100%) rename SvnServer/{SVNPostCommitHookSharpDevelop => PostCommitHook}/Source/SvnLookOutputParser.cs (100%) rename SvnServer/{SVNPostCommitHookSharpDevelop => PostCommitHook}/Source/SvnPostCommitHook.sln (100%) rename SvnServer/{SVNPostCommitHookSharpDevelop => PostCommitHook}/Source/SvnPostCommitHookApplication.cs (100%) rename SvnServer/{SVNPostCommitHookSharpDevelop => PostCommitHook}/Source/SvnPostCommitHookSdInternal.csproj (100%) rename SvnServer/{SVNPostCommitHookSharpDevelop => PostCommitHook}/Source/TextMessageFormatter.cs (100%) rename SvnServer/{SVNPostCommitHookSharpDevelop => PostCommitHook}/package.bat (100%) rename SvnServer/{SVNPostCommitHookSharpDevelop => PostCommitHook}/packagerelease.bat (100%) diff --git a/SvnServer/SVNPostCommitHookSharpDevelop/Library/DotNetOpenMail.chm b/SvnServer/PostCommitHook/Library/DotNetOpenMail.chm similarity index 100% rename from SvnServer/SVNPostCommitHookSharpDevelop/Library/DotNetOpenMail.chm rename to SvnServer/PostCommitHook/Library/DotNetOpenMail.chm diff --git a/SvnServer/SVNPostCommitHookSharpDevelop/Library/DotNetOpenMail.dll b/SvnServer/PostCommitHook/Library/DotNetOpenMail.dll similarity index 100% rename from SvnServer/SVNPostCommitHookSharpDevelop/Library/DotNetOpenMail.dll rename to SvnServer/PostCommitHook/Library/DotNetOpenMail.dll diff --git a/SvnServer/SVNPostCommitHookSharpDevelop/Library/log4net.dll b/SvnServer/PostCommitHook/Library/log4net.dll similarity index 100% rename from SvnServer/SVNPostCommitHookSharpDevelop/Library/log4net.dll rename to SvnServer/PostCommitHook/Library/log4net.dll diff --git a/SvnServer/SVNPostCommitHookSharpDevelop/Library/log4net.xml b/SvnServer/PostCommitHook/Library/log4net.xml similarity index 100% rename from SvnServer/SVNPostCommitHookSharpDevelop/Library/log4net.xml rename to SvnServer/PostCommitHook/Library/log4net.xml diff --git a/SvnServer/SVNPostCommitHookSharpDevelop/Library/readme.txt b/SvnServer/PostCommitHook/Library/readme.txt similarity index 100% rename from SvnServer/SVNPostCommitHookSharpDevelop/Library/readme.txt rename to SvnServer/PostCommitHook/Library/readme.txt diff --git a/SvnServer/SVNPostCommitHookSharpDevelop/Source/App.config b/SvnServer/PostCommitHook/Source/App.config similarity index 100% rename from SvnServer/SVNPostCommitHookSharpDevelop/Source/App.config rename to SvnServer/PostCommitHook/Source/App.config diff --git a/SvnServer/SVNPostCommitHookSharpDevelop/Source/App.ico b/SvnServer/PostCommitHook/Source/App.ico similarity index 100% rename from SvnServer/SVNPostCommitHookSharpDevelop/Source/App.ico rename to SvnServer/PostCommitHook/Source/App.ico diff --git a/SvnServer/SVNPostCommitHookSharpDevelop/Source/AssemblyInfo.cs b/SvnServer/PostCommitHook/Source/AssemblyInfo.cs similarity index 100% rename from SvnServer/SVNPostCommitHookSharpDevelop/Source/AssemblyInfo.cs rename to SvnServer/PostCommitHook/Source/AssemblyInfo.cs diff --git a/SvnServer/SVNPostCommitHookSharpDevelop/Source/ChangeLog.txt b/SvnServer/PostCommitHook/Source/ChangeLog.txt similarity index 100% rename from SvnServer/SVNPostCommitHookSharpDevelop/Source/ChangeLog.txt rename to SvnServer/PostCommitHook/Source/ChangeLog.txt diff --git a/SvnServer/SVNPostCommitHookSharpDevelop/Source/CommitInformation.cs b/SvnServer/PostCommitHook/Source/CommitInformation.cs similarity index 100% rename from SvnServer/SVNPostCommitHookSharpDevelop/Source/CommitInformation.cs rename to SvnServer/PostCommitHook/Source/CommitInformation.cs diff --git a/SvnServer/SVNPostCommitHookSharpDevelop/Source/CommitInformationRaw.cs b/SvnServer/PostCommitHook/Source/CommitInformationRaw.cs similarity index 100% rename from SvnServer/SVNPostCommitHookSharpDevelop/Source/CommitInformationRaw.cs rename to SvnServer/PostCommitHook/Source/CommitInformationRaw.cs diff --git a/SvnServer/SVNPostCommitHookSharpDevelop/Source/Configuration.cs b/SvnServer/PostCommitHook/Source/Configuration.cs similarity index 100% rename from SvnServer/SVNPostCommitHookSharpDevelop/Source/Configuration.cs rename to SvnServer/PostCommitHook/Source/Configuration.cs diff --git a/SvnServer/SVNPostCommitHookSharpDevelop/Source/HtmlMail.css b/SvnServer/PostCommitHook/Source/HtmlMail.css similarity index 100% rename from SvnServer/SVNPostCommitHookSharpDevelop/Source/HtmlMail.css rename to SvnServer/PostCommitHook/Source/HtmlMail.css diff --git a/SvnServer/SVNPostCommitHookSharpDevelop/Source/HtmlMessageFormatter.cs b/SvnServer/PostCommitHook/Source/HtmlMessageFormatter.cs similarity index 100% rename from SvnServer/SVNPostCommitHookSharpDevelop/Source/HtmlMessageFormatter.cs rename to SvnServer/PostCommitHook/Source/HtmlMessageFormatter.cs diff --git a/SvnServer/SVNPostCommitHookSharpDevelop/Source/License.txt b/SvnServer/PostCommitHook/Source/License.txt similarity index 100% rename from SvnServer/SVNPostCommitHookSharpDevelop/Source/License.txt rename to SvnServer/PostCommitHook/Source/License.txt diff --git a/SvnServer/SVNPostCommitHookSharpDevelop/Source/Mailer.cs b/SvnServer/PostCommitHook/Source/Mailer.cs similarity index 100% rename from SvnServer/SVNPostCommitHookSharpDevelop/Source/Mailer.cs rename to SvnServer/PostCommitHook/Source/Mailer.cs diff --git a/SvnServer/SVNPostCommitHookSharpDevelop/Source/MessageFormatter.cs b/SvnServer/PostCommitHook/Source/MessageFormatter.cs similarity index 100% rename from SvnServer/SVNPostCommitHookSharpDevelop/Source/MessageFormatter.cs rename to SvnServer/PostCommitHook/Source/MessageFormatter.cs diff --git a/SvnServer/SVNPostCommitHookSharpDevelop/Source/SilentCmdLineApplication.cs b/SvnServer/PostCommitHook/Source/SilentCmdLineApplication.cs similarity index 100% rename from SvnServer/SVNPostCommitHookSharpDevelop/Source/SilentCmdLineApplication.cs rename to SvnServer/PostCommitHook/Source/SilentCmdLineApplication.cs diff --git a/SvnServer/SVNPostCommitHookSharpDevelop/Source/SmtpMailer.cs b/SvnServer/PostCommitHook/Source/SmtpMailer.cs similarity index 100% rename from SvnServer/SVNPostCommitHookSharpDevelop/Source/SmtpMailer.cs rename to SvnServer/PostCommitHook/Source/SmtpMailer.cs diff --git a/SvnServer/SVNPostCommitHookSharpDevelop/Source/SvnLookOutputParser.cs b/SvnServer/PostCommitHook/Source/SvnLookOutputParser.cs similarity index 100% rename from SvnServer/SVNPostCommitHookSharpDevelop/Source/SvnLookOutputParser.cs rename to SvnServer/PostCommitHook/Source/SvnLookOutputParser.cs diff --git a/SvnServer/SVNPostCommitHookSharpDevelop/Source/SvnPostCommitHook.sln b/SvnServer/PostCommitHook/Source/SvnPostCommitHook.sln similarity index 100% rename from SvnServer/SVNPostCommitHookSharpDevelop/Source/SvnPostCommitHook.sln rename to SvnServer/PostCommitHook/Source/SvnPostCommitHook.sln diff --git a/SvnServer/SVNPostCommitHookSharpDevelop/Source/SvnPostCommitHookApplication.cs b/SvnServer/PostCommitHook/Source/SvnPostCommitHookApplication.cs similarity index 100% rename from SvnServer/SVNPostCommitHookSharpDevelop/Source/SvnPostCommitHookApplication.cs rename to SvnServer/PostCommitHook/Source/SvnPostCommitHookApplication.cs diff --git a/SvnServer/SVNPostCommitHookSharpDevelop/Source/SvnPostCommitHookSdInternal.csproj b/SvnServer/PostCommitHook/Source/SvnPostCommitHookSdInternal.csproj similarity index 100% rename from SvnServer/SVNPostCommitHookSharpDevelop/Source/SvnPostCommitHookSdInternal.csproj rename to SvnServer/PostCommitHook/Source/SvnPostCommitHookSdInternal.csproj diff --git a/SvnServer/SVNPostCommitHookSharpDevelop/Source/TextMessageFormatter.cs b/SvnServer/PostCommitHook/Source/TextMessageFormatter.cs similarity index 100% rename from SvnServer/SVNPostCommitHookSharpDevelop/Source/TextMessageFormatter.cs rename to SvnServer/PostCommitHook/Source/TextMessageFormatter.cs diff --git a/SvnServer/SVNPostCommitHookSharpDevelop/package.bat b/SvnServer/PostCommitHook/package.bat similarity index 100% rename from SvnServer/SVNPostCommitHookSharpDevelop/package.bat rename to SvnServer/PostCommitHook/package.bat diff --git a/SvnServer/SVNPostCommitHookSharpDevelop/packagerelease.bat b/SvnServer/PostCommitHook/packagerelease.bat similarity index 100% rename from SvnServer/SVNPostCommitHookSharpDevelop/packagerelease.bat rename to SvnServer/PostCommitHook/packagerelease.bat