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

Re: svn 1.2 resoak?

From: Jani Averbach <jaa_at_jaa.iki.fi>
Date: 2005-05-04 21:54:29 CEST

On 2005-05-04 12:47-0500, Ben Collins-Sussman wrote:
>
> On Apr 26, 2005, at 4:47 PM, Philip Martin wrote:
> >
> >3. Test network compatibility: run the 1.2 regression tests against
> > 1.1 and 1.0 mod_dav_svn and svnserve. Run the 1.1 and 1.0
> > regression tests against 1.2 mod_dav_svn and svnserve.
> >
>
> I really, really want to do this. But I'm having trouble thinking of a
> clever way to do it.
>
> The problem is that 'make check BASE_URL=blah' can't be running on some
> faraway machine; it requires local access to the test-area's
> repositories.
>
> Any ideas?

How about this kind of setup:

Testing 1.2.x client against 1.1.x server:

1) Install 1.1.x to /inst/path/1.1.x-rXXXXX
1.1) Install mod_dav_svn from 1.1.x

2) build 1.2.x
2.1) Edit by hand that 1.2.x test fw will use svnadmin and svnlook
     from 1.1.x installation

     subversion/tests/clients/cmdline/svntest/main.py:97

     svnadmin_binary = ...
     svnlook_binary = ...
     svnversion_binary = ...

3) run tests

And same for running 1.1.x client against 1.2.x server. I would try
this at some point with my svntest installation.

BR, Jani

-- 
Jani Averbach
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 4 21:55:20 2005

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.