1Shipwright::Backend::SVUNs(e3r)Contributed Perl DocumentSahtiipownright::Backend::SVN(3)
2
3
4
6 Shipwright::Backend::SVN - SVN repository backend
7
9 svnadmin create /home/me/shipwright/my_proj
10 shipwright create -r svn:file:///home/me/shipwright/my_proj
11
13 This module implements a SVN based backend for Shipwright repository.
14
16 SHIPWRIGHT_SVN - path of svn command, default value is svn. svnadmin
17 command is expected to be in the same directory as svn.
18
20 build
21 initialize
22 initialize a project.
23
24 import
25 info
26 a wrapper around svn's info command.
27
28 check_repository
29 check if the given repository is valid.
30
32 sunnavy "<sunnavy@bestpractical.com>"
33
35 Shipwright is Copyright 2007-2015 Best Practical Solutions, LLC.
36
37 This program is free software; you can redistribute it and/or modify it
38 under the same terms as Perl itself.
39
40
41
42perl v5.28.1 2017-11-04 Shipwright::Backend::SVN(3)