あなたの問題はマッピングにある可能性が高いと思います。これはかなり一般的な問題です。
あなたの詳細を取得する
Workspace root: C:\Documents and Settings\wtansill\Perforce\wtansill_localhost_1666
File dir under root: C:\Documents and Settings\wtansill\Perforce\wtansill_localhost_1666\tunnel_files
View mappings:
//tunnel/... //wtansill_localhost_1666/tunnel/...
//tunnel/* //wtansill_localhost_1666/tunnel/*
上記の詳細で、行
//tunnel/... //wtansill_localhost_1666/tunnel/...
追加したいファイルをワークスペースのルートとディレクトリトンネルに配置する必要があることを意味します。
C:\Documents and Settings\wtansill\Perforce\wtansill_localhost_1666\tunnel
それよりも
C:\Documents and Settings\wtansill\Perforce\wtansill_localhost_1666\tunnel_files
あなたがそれらを置いたと思われる場所。これを回避する方法は
- 適切な場所 (およびすべてのサブフォルダー) にトンネル フォルダーを作成します。
ワークスペース マッピングから最後のフォルダーを削除して、
//tunnel/... //wtansill_localhost_1666/tunnel/... は //tunnel/... //wtansill_localhost_1666/... になります
これは、以下のすべてを意味します
C:\Documents and Settings\wtansill\Perforce\wtansill_localhost_1666\tunnel_files
//tunnel/tunnel_files にマップされます。これは、あなたが望むものだと思います。
お役に立てれば。