You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Reser <be...@reser.org> on 2005/04/05 05:11:03 UTC

[PATCH] Make testing with DAV easier.

Right now our test suite assumes you have Apache running already all
nice and configured just for it.  But we don't make this particularly
easy to do.  Here's a patch that makes it much easier to run.  It ought
to work with most Apache setups (I won't say all but most).  And makes
testing Apache about as easy to get going as testing svnserve is now.

%%%%%
Improve the ease at which one can run the test suite for against a DAV
server by removing the need to write a config and install the Apache 
modules before testing.

* configure.in: Add dav-test.conf as a config script.

* subversion/tests/clients/cmdline/dav-test.users: password db for dav
    authentication during tests.

* subversion/tests/clients/cmdline/dav-test.conf.in: Template for the Apache
    configuration file.

* subversion/tests/clients/cmdline/README: Update DAV instructions
    accordingly.
%%%%

Comments welcome, if there are no objections I'll commit.

-- 
Ben Reser <be...@reser.org>
http://ben.reser.org

"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken

Re: [PATCH] Make testing with DAV easier.

Posted by Greg Hudson <gh...@MIT.EDU>.
On Tue, 2005-04-05 at 01:11, Ben Reser wrote:
> Right now our test suite assumes you have Apache running already all
> nice and configured just for it.  But we don't make this particularly
> easy to do.

Have you seen the "davautocheck" make target?  I don't think it worked
for me when I last tried it, but we should probably have just one of
these things, not two.


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

Re: [PATCH] Make testing with DAV easier.

Posted by "Brian W. Fitzpatrick" <fi...@collab.net>.
On Apr 5, 2005, at 12:11 AM, Ben Reser wrote:

+sudo /usr/local/apache2/bin/httpd -C 'Listen 80' \
+-C 'User youruser' -C 'Group yourgroup' \
+-f  
/home/jrandom/projects/svn/subversion/tests/clients/cmdline/dav- 
test.conf

I'd change that to ".../home/yourusernamehere/projects..."

Other than that, I'm +1 all over it--great idea.

-Fitz


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