git-p4import(1)

NAME

git-p4import - Import a Perforce repository into git

SYNOPSIS

git-p4import [-q|-v]  [--notags]  [--authors  <file>]  [-t
<timezone>] <//p4repo/path> <branch>
git-p4import --stitch <//p4repo/path>
git-p4import

DESCRIPTION

Arraygit-p4import to operate (see below).

OPTIONS

Array<branch>
The new branch that will be created to hold the Per
force imports.

P4 CLIENT

Arrayexample:
Client: myhost

Root: /home/sean/import

Array$ mkdir -p /home/sean/import/jam
$ cd /home/sean/import/jam
$ git init-db
$ git p4import //public/jam jammy

MULTIPLE BRANCHES

Arraythen use one per "view" instead of listing the actual directory.

TAGS

Arraytags can be expensive in terms of disk space and repository operations. If you don't need to perform further incremental imports,
you may delete the tags.

NOTES

Arraychange. However, if you want to manually supply these mappings
you can do so with the "--authors" option. It accepts a file containing a list of mappings with each line containing one mapping
in the format:
perforce_id = Full Name <email@address.com>

AUTHOR

Written by Sean Estabrooks <seanlkml@sympatico.ca>

GIT

Part of the git(7) suite
03/08/2007
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout