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

[PATCH] Automate ra_svn + Cyrus SASL testing

From: Vlad Georgescu <vgeorgescu_at_gmail.com>
Date: 2006-09-25 16:02:56 CEST

Hi,

With this patch, you can run 'make svncheck ENABLE_SASL=true' or 'make
svnserveautocheck ENABLE_SASL=true' and all authentication requests
will be handled by Cyrus SASL.

[[[
Automate ra_svn + Cyrus SASL testing.

* Makefile.in:
  (check): Handle the 'ENABLE_SASL' command line argument.
  (svncheck): Document usage of ENABLE_SASL.
* build/run_tests.py:
  Propagate the '--enable-sasl' option to the individual tests.
* subversion/tests/cmdline/svntest/main.py
  (enable_sasl): New global variable.
  (create_repos): Check the value of enable_sasl when
  creating svnserve.conf.
  (run_tests): Set enable_sasl to 1 if '--enable-sasl' was used.
* subversion/tests/cmdline/authz_tests.py:
  (write_restrictive_svnserve_conf): Check the value of enable_sasl when
  creating svnserve.conf.
]]]

-- 
Vlad


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Mon Sep 25 16:03:17 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.