« Getting images back online | Main
Friday, July 18, 2008
Easy fix for "SVN: Delta Source Ended Unexpectedly" Error
I tried to update one of my subversion working copies today and got the following message:
"Delta source ended unexpectedly"
Here's how I solved the problem:
Step 1: I identified the file that was causing the problem.
Step 2: I made sure that all changed files in the problem file's directory were committed to the repository.
Step 3: I deleted the problem file's directory from my working copy (not the repository!)
Step 4: I updated my entire working copy
Easy! I spent around half an hour searching for an answer and reading through several message board threads on the topic. The fix took me about three minutes to complete. Hope this is helpful for someone.
My environment info:
TortoiseSVN 1.5.0, Build 13316 - 32 Bit , 2008/06/21 07:55:29
Subversion 1.5.0,
apr 1.2.12
apr-utils 1.2.12
berkeley db 4.4.20
neon 0.28.2
OpenSSL 0.9.8g 19 Oct 2007
zlib 1.2.3
July 18, 2008 in ASP.NET / Visual Studio 2005 | Permalink
TrackBack
TrackBack URL for this entry:
http://www.typepad.com/services/trackback/6a00d834558a0669e200e553a867be8833
Listed below are links to weblogs that reference Easy fix for "SVN: Delta Source Ended Unexpectedly" Error:
Comments
Kudos!
Your solution worked for me as well!
Thank you for time saved.
Posted by: KennyG | Apr 22, 2009 8:17:20 PM
Thanks dude!!! your post helped me too...
Posted by: Shibani | Apr 27, 2009 7:58:21 AM
thanks a lot,
this was fortunate to find your blog in the first mintes of searcing :D
Posted by: solomongaby | Jun 22, 2009 12:03:03 PM

