NAME
Shipwright::Backend::SVN - SVN repository backend
SYNOPSIS
svnadmin create /home/me/shipwright/my_proj
shipwright create -r svn:file:///home/me/shipwright/my_proj
DESCRIPTION
This module implements a SVN based backend for Shipwright repository.
ENVIRONMENT VARIABLES
- SHIPWRIGHT_SVN - path of svn command, default value is svn. svnadmin command is expected to be in the same directory as svn.
METHODS
- build
- initialize
-
initialize a project.
- import
- info
-
a wrapper around svn's info command.
- check_repository
-
check if the given repository is valid.
AUTHORS
sunnavy <sunnavy@bestpractical.com>
LICENCE AND COPYRIGHT
Shipwright is Copyright 2007-2015 Best Practical Solutions, LLC.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.