Coder Social home page Coder Social logo

rfdy / subversion Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chef-boneyard/subversion

0.0 1.0 0.0 122 KB

Development repository for Opscode Cookbook subversion

Home Page: http://community.opscode.com/cookbooks/subversion

License: Apache License 2.0

Ruby 100.00%

subversion's Introduction

subversion Cookbook

Build Status

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

Requirements

Requires Chef version 0.10.10+ and Ohai 0.6.12, due to use of platform_family.

Platforms

  • Debian/Ubuntu
  • RHEL/CentOS
  • Fedora
  • Windows

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"

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.

License & Authors

Copyright:: 2008-2011, Opscode, 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's People

Contributors

sethvargo avatar danielsdeleo avatar adamhjk avatar guilhem avatar nathenharvey avatar meineerde avatar mdxp avatar rgeyer avatar stevendanna avatar michaelpdore avatar

Watchers

RFD avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.