# README
svnwatch watcher for SVN repositories
installing: go get -u github.com/jackwilsdon/svnwatch/cmd/svnwatch
usage: -config string the configuration directory for svnwatch (default "/etc/svnwatch") -interval int how often to check for updates (0 disables this and exits after a single check) (default 0)
config: watches.xml: ./notify_email ./notify_slack
# Functions
RegisterCommandType registers the specified command type under the name provided.
# Structs
Command represents a command that is executed when a change is detected.
Repositories represents a collection of Repository objects.
Repository represents the last known state of a repository.
Watch represents a watch on a specific repository.
Watches represents a collection of Watch objects.
# Type aliases
A CommandType is a method of passing data about a revision into a command.