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

[PATCH]: Enable win-tests.py to start httpd automatically on Windows

From: Ivan Zhakov <chemodax_at_gmail.com>
Date: 2006-04-01 01:40:22 CEST

Hi,
I've spend all my weekend day and made patch to win-tests.py for
simplifying running ra_dav tests on Windows. It is similar as
davautocheck.sh which as available on *nix.
With this patch to run ra_dav tests you could simply tell:
  win-tests.py --httpd-dir="C:\Program Files\Apache2" c:\tmp\svn-test
or
  win-tests.py --httpd-port=1234 --httpd-dir="C:\Program
Files\Apache2" c:\tmp\svn-test
To run httpd on specific port.

And of course you could run ra_dav tests in old way (using -u option)
I'm not Python expert, so please don't be strictly.

[[
Extend win-tests.py to perform ra_dav tests automatically.

win-tests.py
  Add two new options --httpd-dir and --httpd-port and parse it. Run
httpd service,
  if --httpd-dir specified.
  (Httpd): New class for managing httpd service.
]]

--
Ivan Zhakov


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

Received on Sat Apr 1 01:40:46 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.