ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



SVK::Command::Depotmap(3)            User Contributed Perl Documentation           SVK::Command::Depotmap(3)



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

SYNOPSIS
        depotmap [OPTIONS]
        depotmap DEPOTNAME /path/to/repository

        depotmap --list
        depotmap --detach [DEPOTNAME | PATH]
        depotmap --relocate [DEPOTNAME | PATH] PATH

OPTIONS
        -i [--init]            : initialize a default depot
        -l [--list]            : list current depot mappings
        -d [--detach]          : remove a depot from the mapping
        --relocate             : relocate the depot to another path

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

       Each line contains a map entry, the format is:

        depotname: '/path/to/repos'

       The depotname may then be used as part of a DEPOTPATH:

        /depotname/path/inside/repos

       Depot creation respects $ENV{SVNFSTYPE}, which is default to fsfs for svn 1.1 or later, and bdb for
       svn 1.0.x.



perl v5.8.8                                      2006-12-28                        SVK::Command::Depotmap(3)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.