1Shipwright::Backend(3)User Contributed Perl DocumentationShipwright::Backend(3)
2
3
4
6 Shipwright::Backend - Backend
7
9 # shipwright some_command -r backend_type:path
10 shipwright create -r svn:file:///svnrepo/shipwright/my_proj
11
13 See <Shipwright::Manual::Glossary/shipyard> to understand its concept.
14 Look at list of </SUPPORTED BACKENDS> or "IMPLEMENTING BACKENDS" if you
15 want add a new one.
16
18 Currently, the supported backends are FS, Git, SVK and SVN.
19
21 Each implementation of a backend is a subclass of
22 Shipwright::Backend::Base.
23
25 This is a tiny class with only one method "new" that loads particular
26 implementation class and returns instance of that class.
27
28 new repository => "type:path"
29 Returns the backend object that corresponds to the type defined in the
30 repository argument.
31
33 sunnavy "<sunnavy@bestpractical.com>"
34
36 Shipwright is Copyright 2007-2015 Best Practical Solutions, LLC.
37
38 This program is free software; you can redistribute it and/or modify it
39 under the same terms as Perl itself.
40
41
42
43perl v5.30.1 2020-01-30 Shipwright::Backend(3)