« Getting images back online | Main | Why Facebook asks to install Quicktime on Firefox, and how to make it stop »
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
Thanks, it solved my problem!!!
Posted by: ollydbg | Nov 28, 2009 7:52:33 AM
Hey dude...
Your solution was just the perfect one for me too!
Thank you very much.
Posted by: Ram | Dec 1, 2009 12:15:28 PM
it works, simple yet working.... thanks!
Posted by: ks | Dec 10, 2009 8:40:39 AM
Thanks! It helped me too.
Posted by: jht | Jan 7, 2010 4:08:13 AM
Thanks sir, helped me also. Stupidly deleted a file without doing so in svn, screwed up the repos. So I just committed the non-problem files, then deleted the working copy and re-created it, everything was up to date and working.
Posted by: Zobbo | Jan 26, 2010 9:17:21 AM
Thanks for the helpful info!!
Posted by: Piyush | Jan 27, 2010 1:11:15 PM

