Personal tools
You are here: Home How To OS X Admin SVN Daemon The SVN Daemon File
Document Actions

The SVN Daemon File

by James Stroud last modified 2008-01-10 05:26

An OSX file for an SVN Launch Daemon

Click here to get the file

Size 1.1 kB - File type text/xml

File contents

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
	<dict>
		<key>Debug</key>
		<false/>
		<key>Disabled</key>
		<false/>
		<key>GroupName</key>
		<string>daemon</string>
		<key>Label</key>
		<string>svn</string>
		<key>OnDeamand</key>
		<true/>
		<key>Program</key>
		<string>/sw/bin/svnserve</string>
		<key>ProgramArguments</key>
		<array>
			<string>svnserve</string>
			<string>--inetd</string>
			<string>--root=/Volumes/data02/svnuser/repo</string>
		</array>
		<key>ServiceDescription</key>
		<string>SVN Code Version Management</string>
		<key>Sockets</key>
		<dict>
			<key>Listeners</key>
			<dict>
				<key>SockFamily</key>
				<string>IPv4</string>
				<key>SockServiceName</key>
				<string>svn</string>
				<key>SockType</key>
				<string>stream</string>
			</dict>
		</dict>
		<key>Umask</key>
		<integer>2</integer>
		<key>UserName</key>
		<string>svnuser</string>
		<key>inetdCompatibility</key>
		<dict>
			<key>Wait</key>
			<false/>
		</dict>
	</dict>
</plist>
« January 2009 »
Su Mo Tu We Th Fr Sa
123
45678910
11121314151617
18192021222324
25262728293031
 

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: