When I svn add a Word doc (even a tiny, 10KB, doc) to SVN then commit it, TortoiseSVN reports:
Error post-commit hook failed (exit code 5000) with output:
Error
Error Subversion Notify error.
Error Please have your administrator check the log for details on how to correct the issue
Error
The commit DOES succeed.
My SubversionNotify.log says:
SetRepoPathPrecidence :: Incomming configs = 1 ; Returning configs = 1
System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
at System.String.GetStringForStringBuilder(String value, Int32 startIndex, Int32 length, Int32 capacity)
at System.Text.StringBuilder.GetNewString(String currentString, Int32 requiredLength)
at System.Text.StringBuilder.Append(String value)
at SubversionNotify.HTMLProcessor.DiffFilesHTML(String unifiedDiff)
at SubversionNotify.HTMLProcessor.DiffFilesHTML()
at SubversionNotify.HTMLProcessor.ProcessMessage(List`1 trackedItems)
at SubversionNotify.Program.PostCommitProcessing(HTMLProcessor proc, subversionNotifyConfig cfg, String logFileName, String baseFolder)
at SubversionNotify.Program..ctor(String repository, String revision, ProcessType prePost)
at SubversionNotify.Program.Main(String args)
Provided Arguments: c:\shared\svnrepo_junk 39 -post
c:\subversionnotify\SubversionNotify.log
Subversion Notify error.
Please have your administrator check the log for details on how to correct the issue
I do NOT get this when modifying a Word doc in SVN, just on committing a newly added doc.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
SubversionNotify 2.0.10.
When I svn add a Word doc (even a tiny, 10KB, doc) to SVN then commit it, TortoiseSVN reports:
Error post-commit hook failed (exit code 5000) with output:
Error
Error Subversion Notify error.
Error Please have your administrator check the log for details on how to correct the issue
Error
The commit DOES succeed.
My SubversionNotify.log says:
SetRepoPathPrecidence :: Incomming configs = 1 ; Returning configs = 1
System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
at System.String.GetStringForStringBuilder(String value, Int32 startIndex, Int32 length, Int32 capacity)
at System.Text.StringBuilder.GetNewString(String currentString, Int32 requiredLength)
at System.Text.StringBuilder.Append(String value)
at SubversionNotify.HTMLProcessor.DiffFilesHTML(String unifiedDiff)
at SubversionNotify.HTMLProcessor.DiffFilesHTML()
at SubversionNotify.HTMLProcessor.ProcessMessage(List`1 trackedItems)
at SubversionNotify.Program.PostCommitProcessing(HTMLProcessor proc, subversionNotifyConfig cfg, String logFileName, String baseFolder)
at SubversionNotify.Program..ctor(String repository, String revision, ProcessType prePost)
at SubversionNotify.Program.Main(String args)
Provided Arguments: c:\shared\svnrepo_junk 39 -post
c:\subversionnotify\SubversionNotify.log
Subversion Notify error.
Please have your administrator check the log for details on how to correct the issue
I do NOT get this when modifying a Word doc in SVN, just on committing a newly added doc.
Same as in [.
I have a patch for that error and will apply it tommorrow.
: https://sourceforge.net/projects/svn-notify/forums/forum/745041/topic/3401901](http://text)
Thank you, Batzendev. I look forward to it.
I commited my changes to the svn repository, but didn't commit the .exe file yet because i have more patches.
I will try to apply them tommorrow and will then commit the .exe file too.
Thanks, Batzendev. I'll try that binary as soon as it's available for download.
This problem is solved for me after upgrading the following four 2.0.10 files from SVN (https://svn-notify.svn.sourceforge.net/svnroot/svn-notify/branches/Version 2.0/SubversionNotify/bin/Debug/)
SubversionNotify.exe
SubversionNotify.Integration.Bugzilla.dll
SubversionNotify.Integration.ItemTracking.dll
SubversionNotifyConfig.xsd
Thank you, Batzendev.