Module: SvnAuto::Constants

Defined in:
lib/svnauto/constants.rb

Constant Summary collapse

VERSION =

The version number for this copy of SvnAuto

'1.1.0'
ME =

What to call myself

'sva'
NAME_RE =

This regex is used to replace special characters in project/branch names so that they don’t have problems with the file system or shell

/[^\w.,_+:-]/
TERMINAL =
HighLine.new