You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Dmitry Mityushev (ACD Inc)" <mi...@acdlabs.ru> on 2006/10/26 12:44:04 UTC

BUg on subversion (access violation)

svn version  svn-1.4.0-setup.exe

MS WIndows 2000 professional

Event Type:     Information
Event Source:   Application Popup
Event Category: None
Event ID:       26
Date:           26.10.2006
Time:           16:29:49
User:           N/A
Computer:       ACDLAB3
Description:
Application popup: svn.exe - Application Error : The instruction at 
"0x6eec73dc" referenced memory at "0x00ad4430". The memory could not be "read".

Click on OK to terminate the program
Click on CANCEL to debug the program


         This happens sometime (ones per week, may be) with only this new 
version of SVN when I start bat file below (just typing update) on the 
folder with huge number of subfolders and files (18780 subfolders, 76643 
files - including svn system files/folders). It seems that if I start 
directly svn update ... (without bat file) then it works OK. If I start 
this .bat file on separate subfolder(s) - also everything is OK.
         On our office we saw this problem once at the similar conditions 
(starting using bat file but with a little different command: svn up 
--username xxx --password xxx folder1 folder2 folder3) on another computer 
with Windows XP.

@echo off
echo Updating current SVN folder...
svn up --username mitya --password xxxx %1 %2 %3 %4 > list
start notepad list



Best regards (сердечный привет),

*********************************************************
                 Dmitry Mityushev, Ph.D.
           Advanced Chemistry Development Inc.
            (R&D Department chief programmer)
               E-mail: mitya@acdlabs.ru
                http://www.acdlabs.com
*********************************************************