Looking through my log files with the latest version 2.8.3 , I noticed the following problem:
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 135168 bytes) in diff_util.php on line 68
The URL is:
https://svn.viathinksoft.com/websvn/diff.php?path=/trunk/bin/webreader.phar&repname=vnag&rev=88
In case you need the SVN working copy:
svn co https://svn.viathinksoft.com/svn/vnag
It is a bit surprising because webreader.phar is a rather small file. However, it is a binary file, so I guess the diff util goes crazy?
Looking through my log files with the latest version 2.8.3 , I noticed the following problem:
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 135168 bytes) in diff_util.php on line 68
The URL is:
https://svn.viathinksoft.com/websvn/diff.php?path=/trunk/bin/webreader.phar&repname=vnag&rev=88
In case you need the SVN working copy:
svn co https://svn.viathinksoft.com/svn/vnagIt is a bit surprising because webreader.phar is a rather small file. However, it is a binary file, so I guess the diff util goes crazy?