NAME
Slaughter::Transport::svn - Subversion transport class.
SYNOPSIS
This transport copes with cloning a remote Subversion repository to the local filesystem.
DESCRIPTION
This module uses the Slaughter::Transport::revisionControl base-class in such a way as to offer a Subversion-based transport.
All the implementation, except for the setup of some variables, comes from that base class.
IMPLEMENTATION
The following commands are set in the "_init" method:
- cmd_clone
-
This is set to "
svn checkout
". - cmd_update
-
This is set to "
svn update
". - cmd_version
-
This is set to "
svn --version
". - name
-
This is set to "
svn
".
new
Create a new instance of this object.
_init
Initialiaze this object, by setting up the Subversion-specific commands, etc.
AUTHOR
Steve Kemp <steve@steve.org.uk>
stamas http://cstamas.hu/
LICENSE
Copyright (c) 2010-2015 by Steve Kemp. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The LICENSE file contains the full text of the license.