How to Create a Lyra Depot
Set up Powershell environment
# Set environment variable: P4 Username
$env:P4USER = $env:UserName; # Change if your P4USER != your PowerShell UserName
Create Depot: //Lyra
p4 depot -t stream Lyra
Set up Typemap
cat typemap.txt | p4 typemap -i
See Typemap to figure out what to use as the typemap.txt
contents.
Make sure you set up the typemap before you import any content into the depot.