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

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

From: Petr Kadlec <petr.kadlec_at_gmail.com>
Date: Wed, 23 Jan 2008 09:53:42 +0100

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org

Received on 2008-01-23 15:23:49 CET

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.