10

i used to -//depot/xxx.. but its not good because i need to write the correct depot path after -//.... is there any better way to comment this ? such as :#//depot/xxx..

skaffman
  • 398,947
  • 96
  • 818
  • 769
Biwier
  • 397
  • 1
  • 6
  • 17
  • Specifically, you use `-//depot/xxx__Compiled_Object_files //idbrii/NUL` format to create comments. – idbrii Sep 04 '15 at 23:50

2 Answers2

6

You can't.

The clientspec you see is just the output from the perforce database. It gets parsed when saved, so any comments would disappear the next time you load the clientspec.

Byron Whitlock
  • 52,691
  • 28
  • 123
  • 168
6

The best I can think of is if you add something in the Description: field and copy the text into the View: field when needed.

Chance
  • 2,653
  • 2
  • 26
  • 33