You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Petr Kadlec <pe...@gmail.com> on 2008/01/23 08:53:42 UTC

Bug? Cannot commit, because "delta source ended unexpectedly"

Hi!

I've had quite a complicated day, because SVN kept rejecting my
commits with the message

svn: Commit failed (details follow):
svn: Delta source ended unexpectedly

I localized the problem to be in one directory, which was a result of
a replacement:

The original version (commited in the repository) was:

ErrorHandling
ErrorHandling\ExceptionPolicies.cs
ErrorHandling\AnotherFile.cs
ErrorHandling\...etc.

Then, I moved the directory using some "svn move ErrorHandling
somewhere\else" and recreated ErrorHandling\ExceptionPolicies.cs with
a different contents and "svn add ErrorHandling" to re-add

ErrorHandling
ErrorHandling\ExceptionPolicies.cs

This is the sequence as I remember it (the details might slightly
differ, and this was amidst a much greater changeset).

I am attaching a part of the broken working copy (if it comes through
the mailing list), if it helps anyone.

I have solved the problem by removing the directory, updating to
restore it, and then doing "svn delete" and "svn add".

Finally, some relevant basic info: I am working on Windows (Vista), I
was using svn 1.4.5, and when the problem occurred, updated on 1.4.6
(which didn't help).

Any further data I should provide?

-- Petr Kadlec