| Shipwright documentation | view source | Contained in the Shipwright distribution. |
Shipwright::Backend - Backend
# shipwright some_command -r backend_type:path
shipwright create -r svn:file:///svnrepo/shipwright/my_proj
See <Shipwright::Manual::Glossary/shipyard> to understand its concept. Look at list of </SUPPORTED BACKENDS> or IMPLEMENTING BACKENDS if you want add a new one.
Currently, the supported backends are FS (Shipwright::BACKEND::FS), Git (Shipwright::BACKEND::Git), SVK (Shipwright::BACKEND::SVK) and SVN (Shipwright::BACKEND::SVN).
Each implementation of a backend is a subclass of Shipwright::Backend::Base.
This is a tiny class with only one method new that loads
particular implementation class and returns instance of that
class.
Returns the backend object that corresponds to the type defined in the repository argument.
sunnavy <sunnavy@bestpractical.com>
Shipwright is Copyright 2007-2011 Best Practical Solutions, LLC.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Shipwright documentation | view source | Contained in the Shipwright distribution. |