We Recommend

Beginning XML Beginning XML
The perfect resource for beginning XML programmers, this guidebook shows you what XML is, how to use it, and what technologies surround it. The authors build on the strengths of previous editions while covering the latest changes in the XML landscape such as XQuery, RSS and Atom, and Ajax.


Posted By

tgunr on 03/11/07


Tagged

svn subversion plist


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

tgunr


svnserve plist


Published in: XML 


  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>Label</key>
  6. <string>us.davec.svnserve</string>
  7. <key>ProgramArguments</key>
  8. <array>
  9. <string>/opt/local/bin/svnserve</string>
  10. <string>-d</string>
  11. <string>-r</string>
  12. <string>/svn</string>
  13. </array>
  14. <key>RunAtLoad</key>
  15. <true/>
  16. <key>UserName</key>
  17. <string>root</string>
  18. </dict>
  19. </plist>

Report this snippet 

You need to login to post a comment.