-
-
08 Feb 2013 03:38:17 UTC
- Distribution: ShipIt
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (5)
- Testers (863 / 518 / 0)
- Kwalitee
Bus factor: 1- 33.82% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (20.17KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- File::Spec
- Term::ReadLine
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
ShipIt::VC::SVK -- ShipIt's SVK support
CONFIGURATION
In your .shipit configuration file, the following options are recognized:
- svk.tagpattern
-
A pattern which ultimately expands into the absolute subversion URL for a tagged version. If the pattern isn't already absolute, the conventional "tags" directory is used as a base. The pattern has one magic variable, %v, which expands to the version number being tagged. If no %v is found, it's placed at the end.
Example legit values:
- //example/tags/MyProject-%v
- MyProject-%v
-
Both the above are equivalent.
- (nothing)
-
Will automatically add %v to the end (of nothing), then auto-find your 'tags' URL, resulting in a final URL of:
//example/tags/%v
If your svk depot hosts more than one project, this default URL could be bad, as the tagged directory has no project name in it.
Module Install Instructions
To install ShipIt, copy and paste the appropriate command in to your terminal.
cpanm ShipIt
perl -MCPAN -e shell install ShipIt
For more information on module installation, please visit the detailed CPAN module installation guide.