Shipwright::Backend::SVN - SVN repository backend


Shipwright documentation  | view source Contained in the Shipwright distribution.

Index


NAME

Top

Shipwright::Backend::SVN - SVN repository backend

SYNOPSIS

Top

    svnadmin create /home/me/shipwright/my_proj
    shipwright create -r svn:file:///home/me/shipwright/my_proj

DESCRIPTION

Top

This module implements a SVN based backend for Shipwright repository (repository in Shipwright::Manual::Glossary).

ENVIRONMENT VARIABLES

Top

SHIPWRIGHT_SVN - path of svn command, default value is svn. svnadmin command is expected to be in the same directory as svn.

METHODS

Top

build
initialize

initialize a project.

import
info

a wrapper around svn's info command.

check_repository

check if the given repository is valid.

AUTHORS

Top

sunnavy <sunnavy@bestpractical.com>

LICENCE AND COPYRIGHT

Top


Shipwright documentation  | view source Contained in the Shipwright distribution.