Re: Committing incomplete directories

2011-10-25 Thread Julian Foad
Philip Martin wrote: > Julian Foad writes: > > Philip Martin wrote: > >> http://subversion.tigris.org/issues/show_bug.cgi?id=4042 > > [...]  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 interru

Re: Committing incomplete directories

2011-10-24 Thread Philip Martin
Julian Foad writes: > Philip Martin wrote: >> http://subversion.tigris.org/issues/show_bug.cgi?id=4042 > [...] 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

Re: Committing incomplete directories

2011-10-24 Thread Philip Martin
Philip Martin writes: > What does refusing to commit incomplete directories mean. Given: > > $ svn st wc > ! wc/A/B > M wc/A/B/C/f > !M wc/X/Y Typo, I meant ! wc/X/Y > M wc/X/B/C/f > M wc/P/f > > Do these fail due to incomplete: > > $ svn ci wc/A/B/C/f # explict inside incomple

Re: Committing incomplete directories

2011-10-24 Thread Philip Martin
Julian Foad writes: > Philip Martin wrote: >> http://subversion.tigris.org/issues/show_bug.cgi?id=4042 > [...] 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

Re: Committing incomplete directories

2011-10-24 Thread Julian Foad
Philip Martin wrote: > http://subversion.tigris.org/issues/show_bug.cgi?id=4042 [...] > 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

Committing incomplete directories

2011-10-24 Thread Philip Martin
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 bef