The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SVK::Command::Depotmap - Create or edit the depot mapping configuration

SYNOPSIS

    depotmap [OPTIONS]

OPTIONS

    options:
    -l [--list]:    List current depot mapping
    -i [--init]:    Initialize a default deopt

DESCRIPTION

Run this command with any options would bring up your $EDITOR, and let you edit your depot-directory mapping.

Each line contains a map entry, the format is:

 depotname: 'path/to/repos'

The depotname could be used to refer to a DEPOTPATH as

 /depotname/path/in/repos

AUTHORS

Chia-liang Kao <clkao@clkao.org>

COPYRIGHT

Copyright 2003-2004 by Chia-liang Kao <clkao@clkao.org>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html