Re: [PATCH] Re: Implement support for 'make check' variants

2011-06-29 Thread Daniel Shahaf
r1141292. (See also r1141291.) Thanks! Noorul Islam K M wrote on Wed, Jun 29, 2011 at 15:58:04 +0530: > Noorul Islam K M writes: > > > Daniel Shahaf writes: > > > >> Reads fine. > >> > >> I'd like to test this patch (perhaps later this week?). > >> > > > > I tested with short_circuit configur

Re: [PATCH] Re: Implement support for 'make check' variants

2011-06-29 Thread Daniel Shahaf
Noorul Islam K M wrote on Wed, Jun 29, 2011 at 15:43:04 +0530: > Daniel Shahaf writes: > > > Reads fine. > > > > I'd like to test this patch (perhaps later this week?). > > > > I tested with short_circuit configuration. I did not see any errors. > In these kind of patches when I say "test" I m

Re: [PATCH] Re: Implement support for 'make check' variants

2011-06-29 Thread Noorul Islam K M
Noorul Islam K M writes: > Daniel Shahaf writes: > >> Reads fine. >> >> I'd like to test this patch (perhaps later this week?). >> > > I tested with short_circuit configuration. I did not see any errors. > >> Would >> make davautocheck ENVVAR=short_circuit >> be a better interface? >> > > I

Re: [PATCH] Re: Implement support for 'make check' variants

2011-06-29 Thread Noorul Islam K M
Daniel Shahaf writes: > Reads fine. > > I'd like to test this patch (perhaps later this week?). > I tested with short_circuit configuration. I did not see any errors. > Would > make davautocheck ENVVAR=short_circuit > be a better interface? > I made it this way. make davautocheck SVN_PATH

Re: [PATCH] Re: Implement support for 'make check' variants

2011-06-28 Thread Daniel Shahaf
Reads fine. I'd like to test this patch (perhaps later this week?). Would make davautocheck ENVVAR=short_circuit be a better interface? Noorul Islam K M wrote on Tue, Jun 28, 2011 at 12:03:36 +0530: > Index: Makefile.in > === >

[PATCH] Re: Implement support for 'make check' variants

2011-06-27 Thread Noorul Islam K M
Noorul Islam K M writes: > Daniel came up with idea of extending Makefile.in to support 'make > check' variants. > > 1. 'make check' with svnserve -T > 2. 'make check' with svnadmin create --pre-1.x-compatible (where x in >(1.4, 1.5, 1.6, 1.7)) > 3. 'make check' with SVNPathAuthz short_circui