Re: [PATCH] verify at each commit

2013-03-27 Thread Daniel Shahaf
Daniel Shahaf wrote on Wed, Mar 27, 2013 at 23:31:29 +0200: > Branko Čibej wrote on Wed, Mar 27, 2013 at 12:57:13 +0100: > > On 27.03.2013 07:54, Daniel Shahaf wrote: > > > Branko Čibej wrote on Wed, Mar 27, 2013 at 05:14:51 +0100: > > >> On 26.03.2013 23:11, Daniel Shahaf wrote: > > >>> [[[ > > >>

Re: [PATCH] verify at each commit

2013-03-27 Thread Daniel Shahaf
Branko Čibej wrote on Wed, Mar 27, 2013 at 12:57:13 +0100: > On 27.03.2013 07:54, Daniel Shahaf wrote: > > Branko Čibej wrote on Wed, Mar 27, 2013 at 05:14:51 +0100: > >> On 26.03.2013 23:11, Daniel Shahaf wrote: > >>> [[[ > >>> Run the per-revision verify code on a transaction just before it becom

Re: [PATCH] verify at each commit

2013-03-27 Thread Branko Čibej
On 27.03.2013 07:54, Daniel Shahaf wrote: > Branko Čibej wrote on Wed, Mar 27, 2013 at 05:14:51 +0100: >> On 26.03.2013 23:11, Daniel Shahaf wrote: >>> [[[ >>> Run the per-revision verify code on a transaction just before it becomes >>> a revision. The intent is to catch corruption bugs as early a

Re: [PATCH] verify at each commit

2013-03-26 Thread Daniel Shahaf
Branko Čibej wrote on Wed, Mar 27, 2013 at 05:14:51 +0100: > On 26.03.2013 23:11, Daniel Shahaf wrote: > > [[[ > > Run the per-revision verify code on a transaction just before it becomes > > a revision. The intent is to catch corruption bugs as early as possible. > > > > * subversion/libsvn_fs/fs

Re: [PATCH] verify at each commit

2013-03-26 Thread Branko Čibej
On 26.03.2013 23:11, Daniel Shahaf wrote: > [[[ > Run the per-revision verify code on a transaction just before it becomes > a revision. The intent is to catch corruption bugs as early as possible. > > * subversion/libsvn_fs/fs-loader.c > (svn_fs_commit_txn): As above. > ]]] > > [[[ > Index: sub