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

Re: Running tests over svn://, without running svnserve?

From: Johan Corveleyn <jcorvel_at_gmail.com>
Date: Wed, 28 Sep 2011 14:00:08 +0200

On Wed, Sep 28, 2011 at 12:58 AM, Johan Corveleyn <jcorvel_at_gmail.com> wrote:
> Hi,
>
> I'm confused: with win-tests.py, is it necessary to start svnserve
> yourself, before running the tests with --url=svn://localhost; or does
> win-tests.py take care of starting and stopping svnserve itself?
>
> I just started running the testsuite with --url=svn://localhost. But
> first I started svnserve (in another command window), as is explained
> in tests/cmdline/README. Then, just for kicks, I decided to kill the
> running svnserve process. However, to my amazement, the testsuite just
> kept running, and ran all the way to completion without any test
> failure.

Ok, I should have looked a bit further, it seems that
tests/cmdline/README is a bit outdated (at least concerning
win-tests.py). The usage message says:

  -u URL, --url=URL : run ra_dav or ra_svn tests against URL;
                           will start svnserve for ra_svn tests

It seems it can also start httpd, if given the --httpd-dir option. I
didn't know that, until now I was starting my svnserve and httpd
separately to be able to run those tests.

Sorry for the noise.

-- 
Johan
Received on 2011-09-28 14:01:03 CEST

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.