Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

The subversion cookbook has been deprecated

Author provided reason for deprecation:

The subversion cookbook has been deprecated and is no longer being maintained by its authors. Use of the subversion cookbook is no longer recommended.

RSS

subversion (18) Versions 2.1.3

Installs subversion

Policyfile
Berkshelf
Knife
cookbook 'subversion', '= 2.1.3', :supermarket
cookbook 'subversion', '= 2.1.3'
knife supermarket install subversion
knife supermarket download subversion
README
Dependencies
Changelog
Quality 100%

subversion Cookbook

Build Status Cookbook Version

Installs subversion for clients or sets up a server under Apache HTTPD.

Requirements

Platforms

  • Debian/Ubuntu
  • RHEL/CentOS/Scientific/Amazon/Oracle
  • Fedora
  • Windows

Chef

  • Chef 12.1+

Cookbooks

  • apache2
  • windows

Attributes

See attributes/default.rb for default values. The attributes are used in the server recipe.

  • node['subversion']['repo_dir'] - filesystem location of the repository to serve.
  • node['subversion']['repo_name'] - name of the repository to serve up.
  • node['subversion']['server_name'] - server name used in the svn vhost.
  • node['subversion']['user'] - user to log into the svn vhost.
  • node['subversion']['password'] - htpasswd for the subversion user in the server recipe. This should be overridden as the default is not secure.
  • node['subversion']['list_parent_path'] - a choice of "on" or "off". When set to "on" the list of repositories in the node['subversion']['repo_dir'] will be indexed at http://

<server_name>/svn. Default is "off"</server_name>

Recipes

default

Includes recipe[subversion::client].

client

Installs subversion packages.

server

Sets up an SVN repository server with recipe[apache2::mod_dav_svn]. This will use the web_app definition from the apache cookbook to drop off the template, and uses the attributes for configuration.

Usage

On nodes where subversion should be installed such as application servers that will check out a repository, use recipe[subversion]. If you would like a subversion server, use recipe[subversion::server]. You should override node['subversion']['password'] in the role that applies the server recipe.

Maintainers

This cookbook is maintained by Chef's Community Cookbook Engineering team. Our goal is to improve cookbook quality and to aid the community in contributing to cookbooks. To learn more about our team, process, and design goals see our team documentation. To learn more about contributing to cookbooks like this see our contributing documentation, or if you have general questions about this cookbook come chat with us in #cookbok-engineering on the Chef Community Slack

License

Author: Cookbook Engineering Team (cookbooks@chef.io)

Copyright: 2008-2016, Chef Software, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

subversion Cookbook CHANGELOG

This file is used to list changes made in each version of the subversion cookbook.

2.1.3 (2018-02-16)

  • Properly notify the apache2 restart
  • Testing updates

2.1.2 (2017-08-07)

  • Add Amazon as a platform in client.rb recipe

2.1.1 (2016-12-31)

  • Loosen the Windows cookbook dependency

2.1.0 (2016-09-16)

  • Require Chef 12.1+

2.0.0 (2016-09-03)

  • Testing updates
  • Require Chef 12 or later

1.4.0 (2016-08-11)

  • Issue #9 subversion::server converges execute[create htpasswd file] on every run
  • Force chef run to include svn directory in PATH on Windows
  • Use kitchen-docker for integration testing
  • Add chef_version metadata and require new windows
  • Fixing repo_name to repo_dir
  • Update to the latest subversion on windows

v1.3.1 (9-21-2015)

  • Changed the apache2 cookbook dependency from '~> 2.0.0' to '>= 2.0.0' so that the 3.X release can be used
  • Updated Travis config to test on modern Ruby releases and use the container infrastructure for faster tests
  • Updated Berskfile to the 3.X format
  • Updated Chefspecs to the 4.X format
  • Added source_url and issues_url metadata for Supermarket
  • Added contributing, testing, and maintainers documentation
  • Updated all development dependencies in the Gemfile to the latest
  • Added a Rakefile for simplified testing
  • Added Oracle Linux and Amazon Linux to the Readme and metadata
  • Added CentOS to the Kitchen CI config
  • Added Chef standard .gitignore and chefignore files

v1.3.0

  • Updating test harness
  • Upgrading to Apache2 2.0.x series to support Ubuntu 14.04

v1.1.2

Improvement

  • COOK-3868 - add mod_dav to subversion cookbooks

v1.1.0

Improvement

  • COOK-3692 - Use SVNParentPath for Server and expose SVNListParentPath as attribute

v1.0.4

Improvement

v1.0.2

  • Resolves foodcritic warnings
  • [COOK-1513] - support SUSE SLES

v1.0.0

  • [COOK-810] - add Windows platform support

v0.8.3

  • Current public release

Collaborator Number Metric
            

2.1.3 passed this metric

Contributing File Metric
            

2.1.3 passed this metric

Foodcritic Metric
            

2.1.3 passed this metric

No Binaries Metric
            

2.1.3 passed this metric

Testing File Metric
            

2.1.3 passed this metric

Version Tag Metric
            

2.1.3 passed this metric