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

Committing incomplete directories

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Mon, 24 Oct 2011 13:35:21 +0100

A user reported an assertion failure in 1.7:

http://subversion.tigris.org/issues/show_bug.cgi?id=4042

caused by committing a property change on a presence=incomplete
directory. It's not possible to prevent property modifications on
incomplete directories, since the modification could be made before the
directory becomes incomplete.

In 1.6 such a commit was allowed and, provided the server accepted the
commit, the directory remained incomplete in the working copy.

Should we support that in 1.7? Or should we simply have the client
refuse to commit incomplete nodes. Most incomplete nodes occur after an
interrupted update, but wc could have incomplete working nodes resulting
from a wc-wc copy.

-- 
uberSVN: Apache Subversion Made Easy
http://www.uberSVN.com
Received on 2011-10-24 14:35:57 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.