Get all files with a revision greater than 1 in a perforce workspace -
i want files have revision greater 1 in specific workspace, how can in perforce?
files revision greater 1 not modified in particular workspace. have been modified anywhere, got submitted , have new revision.
if still want list of files in current workspace rev > 1 this:
p4 have | grep -v "#1"
if want list files open (e.g. opened modification) in current workspace this:
p4 opened
Comments
Post a Comment