Re: Implement support for 'make check' variants

2011-07-04 Thread Daniel Shahaf
Noorul Islam K M wrote on Tue, Jul 05, 2011 at 09:55:08 +0530: > Daniel Shahaf writes: > > > Noorul Islam K M wrote on Mon, Jul 04, 2011 at 17:52:53 +0530: > > > >> Noorul Islam K M writes: > >> > >> An update > >> > >> > Daniel came up with idea of extending Makefile.in to support 'make > >>

Re: Implement support for 'make check' variants

2011-07-04 Thread Noorul Islam K M
Daniel Shahaf writes: > Noorul Islam K M wrote on Mon, Jul 04, 2011 at 17:52:53 +0530: > >> Noorul Islam K M writes: >> >> An update >> >> > Daniel came up with idea of extending Makefile.in to support 'make >> > check' variants. >> > >> > 1. 'make check' with svnserve -T >> >> This was alrea

Re: Implement support for 'make check' variants

2011-07-04 Thread Daniel Shahaf
Noorul Islam K M wrote on Mon, Jul 04, 2011 at 17:52:53 +0530: > Noorul Islam K M writes: > > An update > > > Daniel came up with idea of extending Makefile.in to support 'make > > check' variants. > > > > 1. 'make check' with svnserve -T > > This was already implemented. > Completed testing us

Re: Implement support for 'make check' variants

2011-07-04 Thread Noorul Islam K M
Noorul Islam K M writes: An update > Daniel came up with idea of extending Makefile.in to support 'make > check' variants. > > 1. 'make check' with svnserve -T This was already implemented. Completed testing using "make svnserveautocheck THREADED=1". I could not see any errors. > 2. 'make chec

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

Re: Implement support for 'make check' variants

2011-06-24 Thread Daniel Shahaf
Philip Martin wrote on Fri, Jun 24, 2011 at 13:03:27 +0100: > Daniel Shahaf writes: > > > SERVER_MINOR_VERSION is for testing a 1.7 client with a 1.6 server. > > > > I'm after testing a 1.7 client with a 1.7 server using a 1.6 filesystme. > > As discussed on IRC, SERVER_MINOR_VERSION should alre

Re: Implement support for 'make check' variants

2011-06-24 Thread Philip Martin
Daniel Shahaf writes: > SERVER_MINOR_VERSION is for testing a 1.7 client with a 1.6 server. > > I'm after testing a 1.7 client with a 1.7 server using a 1.6 filesystme. As discussed on IRC, SERVER_MINOR_VERSION should already cause a 1.6 filesystem to be used. However there is a bug somewhere i

Re: Implement support for 'make check' variants

2011-06-24 Thread Daniel Shahaf
For THREADED, no I don't plan to change it, I simply forgot that I had already added it. Philip Martin wrote on Fri, Jun 24, 2011 at 11:47:44 +0100: > Noorul Islam K M writes: > > > Daniel came up with idea of extending Makefile.in to support 'make > > check' variants. > > > > 1. 'make check' wi

Re: Implement support for 'make check' variants

2011-06-24 Thread Daniel Shahaf
Philip Martin wrote on Fri, Jun 24, 2011 at 11:47:44 +0100: > 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 i

Re: Implement support for 'make check' variants

2011-06-24 Thread Philip Martin
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_circu

Re: Implement support for 'make check' variants

2011-06-24 Thread Daniel Shahaf
Noorul Islam K M wrote on Fri, Jun 24, 2011 at 10:11:50 +0530: > > 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. 'ma

Implement support for 'make check' variants

2011-06-23 Thread Noorul Islam K M
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_circuit. As of now this is supported by st