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.