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

[PATCH] Windows service support

From: Arlie Davis <adavis_at_stonestreetone.com>
Date: 2006-02-24 21:44:14 CET

[[[
Adds support to svnserve to run as a native Windows service. This allows
svnserve to start automatically, at system boot time, without having a user
logged in and without the need for an external service 'wrapper' program.

Usage is described in detail in notes/windows-service.txt. Design notes
are in comments in the source code.

======================================================================

* subversion/svnserve/main.c
  (main): updated to support running as a Windows service
          Adds new --service run mode

* subversion/svnserve/svn_winservice.h: Added
  Contains public declarations for service support

* subversion/svnserve/svn_winservice.h: Added
  Contains implementation of service support

* notes/windows-service.txt: Added
  Contains notes on how to use service support (install, start, stop,
uninstall)

]]]

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

Received on Fri Feb 24 21:44:53 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.