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

Re: svn commit: r21627 - in trunk: . build subversion/tests/cmdline subversion/tests/cmdline/svntest

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2006-09-28 02:30:38 CEST

rooneg@tigris.org writes:

> Author: rooneg
> Date: Mon Sep 25 08:08:06 2006
> New Revision: 21627

> URL: http://svn.collab.net/viewvc/svn/trunk/Makefile.in?pathrev=21627&r1=21626&r2=21627
> ==============================================================================
> --- trunk/Makefile.in (original)
> +++ trunk/Makefile.in Mon Sep 25 08:08:06 2006
> @@ -361,6 +361,9 @@
> if test "$(FS_TYPE)" != ""; then \
> flags="--fs-type $(FS_TYPE) $$flags"; \
> fi; \
> + if test "$(ENABLE_SASL)" != ""; then \
> + flags="--enable-sasl $$flags"; \
> + fi; \
> $(PYTHON) $(top_srcdir)/build/run_tests.py $$flags \
> '$(abs_srcdir)' '$(abs_builddir)' $(TESTS); \
> else \
> @@ -381,6 +384,16 @@
>
> # First, run:
> # subversion/svnserve/svnserve -d -r `pwd`/subversion/tests/cmdline
> +#
> +# You can run 'make svncheck ENABLE_SASL=true' to use Cyrus SASL for
> +# authentication. Before you do that, make sure the jrandom and jconstant
> +# users can authenticate in the svntest realm, e.g. by running (as root or
> +# some other user with write access to your sasl db):
> +#
> +# saslpasswd2 -c -u svntest jrandom
> +# saslpasswd2 -c -u svntest jconstant
> +#
> +# The password is 'rayjandom' for both users.

Have you seen subversion/tests/cmdline/README? Perhaps these
instructions should go there?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 28 02:30:56 2006

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.