diff --git a/svnsync/Libraries/Svn.cs b/svnsync/Libraries/Svn.cs index d9055bc..f451f32 100644 --- a/svnsync/Libraries/Svn.cs +++ b/svnsync/Libraries/Svn.cs @@ -84,7 +84,7 @@ namespace svnsync.Libraries { internal void SetArgCheckIn(String message) { String arg = "ci -m \"" + message + "\""; - //System.Threading.Thread.Sleep(100000); + System.Threading.Thread.Sleep(1000000); this.Runner(arg); } diff --git a/svnsync/Program.cs b/svnsync/Program.cs index 65bff96..9bdf4d2 100644 --- a/svnsync/Program.cs +++ b/svnsync/Program.cs @@ -72,7 +72,7 @@ namespace svnsync Updater.Instance.Check(); } - private static void HasUpdate(Object sender, Updater.UpdaterEventArgs e) { + private static void HasUpdate(Object sender, UpdaterEventArgs e) { if(e.HasUpdates) { ((Updater)sender).Update(); } diff --git a/svnsync/bin/Release/SvnSync.exe b/svnsync/bin/Release/SvnSync.exe index 931d23f..2bdaa23 100644 Binary files a/svnsync/bin/Release/SvnSync.exe and b/svnsync/bin/Release/SvnSync.exe differ diff --git a/svnsync/bin/Release/Utils.dll b/svnsync/bin/Release/Utils.dll index b21d53c..c6d2cdc 100644 Binary files a/svnsync/bin/Release/Utils.dll and b/svnsync/bin/Release/Utils.dll differ diff --git a/svnsync/bin/Release/version.xml b/svnsync/bin/Release/version.xml index 92c3c0a..bff11d2 100644 --- a/svnsync/bin/Release/version.xml +++ b/svnsync/bin/Release/version.xml @@ -1,5 +1,5 @@  SvnSync - Utils + Utils \ No newline at end of file