[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

'svn up' locks up in svn_diff__lcs()

From: wayne roberts <wroberts1_at_cox.net>
Date: 2006-11-23 23:00:24 CET

running subversion-1.4.2 on fedora:
I was doing an svn update, and found that the client was blocking in
svn_diff__lcs() in this loop:
do {
    ... calls svn_diff__snake() from here ..
} while (fp[d].position[1] != &sentinel_position[1]);

i added a printf to print the values of both pointers fp[d].position[1]
and &sentinel_position[1]
and found they were never becoming equal and the loop would run forever.

the files that its hanging on are not source-code files. it is a text
list of filenames which is about 260,000 lines long. The workaround is
to delete my local copies, lose my local changes.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 23 23:01:38 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.