# A Perforce Branch Specification.
#
# Branch: The branch name.
# Update: The date this specification was last modified.
# Access: The date of the last 'integrate' using this branch.
# Owner: The user who created this branch.
# Description: A short description of the branch (optional).
# Options: Branch update options: [un]locked.
# View: Lines to map source depot files to target depot files.
#
# Use 'p4 help branch' to see more about branch views.
Branch: squid
Update: 2002/11/26 15:29:12
Access: 2008/01/26 15:58:34
Owner: samwise
Description:
From SID to SQUID.
Options: unlocked
View:
//guest/sam_stafford/sid/* //guest/sam_stafford/squid/*
//guest/sam_stafford/sid/src/Sid... //guest/sam_stafford/squid/src/Squid...
//guest/sam_stafford/sid/src/sid.pro //guest/sam_stafford/squid/src/squid.pro
//guest/sam_stafford/sid/src/main.cpp //guest/sam_stafford/squid/src/main.cpp
//guest/sam_stafford/sid/src/img/... //guest/sam_stafford/squid/src/img/...