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

Re: svn commit: r11750 - branches/locking/subversion/include

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-11-05 20:38:19 CET

On Nov 5, 2004, at 1:27 PM, Philip Martin wrote:
>
> If svn_fs_commit_txn validates locks (which is what I expect to
> happen) why does svn_fs_apply_txdelta bother? I can see that it
> allows an error to be generated earlier during the commit, is that
> all?
>

Yes, that's all. For the same reason that users would royally annoyed
to upload 300 megs of data, only to discover that one file is
out-of-date, they'd also be royally annoyed to discover that one file
is locked. We want to check for both out-of-dateness and lock-ness "on
the fly", as a kindness to users.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 5 20:38:51 2004

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.