Categorygithub.com/jackwilsdon/svnwatch
modulepackage
0.1.0
Repository: https://github.com/jackwilsdon/svnwatch.git
Documentation: pkg.go.dev

# 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

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# 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.