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 | Comments (13) | TrackBack
Visual Studio 2005: Web Site Projects vs. Web Application Projects
Introduction
Microsoft Visual Studio 2005 (VS05) offers two models of web projects to its users. The project models are appropriately named – the Web Site Project (WSP) is suitable for web developers building web sites with (perhaps) some application functionality included, while the Web Application Project (WAP) is more suitable for application developers focusing on applications that happen to have web-based interfaces. Microsoft is committed to supporting both models into the future.
May 29, 2006 in ASP.NET / Visual Studio 2005, Web/Tech | Permalink | Comments (4) | TrackBack

