GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ShipIt::VC::SVK(3) User Contributed Perl Documentation ShipIt::VC::SVK(3)

ShipIt::VC::SVK -- ShipIt's SVK support

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.

2012-07-21 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.