Class Chef::Provider::Subversion
In: lib/chef/provider/subversion.rb
Parent: Chef::Provider

Methods

Included Modules

Chef::Mixin::Command

Constants

SVN_INFO_PATTERN = /^([\w\s]+): (.+)$/

Public Instance methods

If the specified revision isn‘t an integer ("HEAD" for example), look up the revision id by asking the server If the specified revision is an integer, trust it.

revision_slug()

Alias for revision_int

[Validate]