Perforce Command Reference:   [Index] [Prev] [Next]


p4 lock

Synopsis

Lock an opened file against changelist submission

Syntax

p4 [g-opts] lock [-c changelist#] [file ...]

Description

Locking files prevents all other users from submitting changes to those files. If the files are already locked by another user, p4 lock will fail. When the user who locked a particular file submits that file, the lock is released.

This command is normally called with a specific file argument; if no file argument is provided, all open files in the default changelist will be locked. If the -c changelist# flag is used, all open files matching the given file pattern in changelist changelist# will be locked.

Options

-c changelist# Lock only files included in changelist changelist#
g_opts See global options section.

Usage Notes

Can File Arg Use
Revision Specifier?
Can File Arg
Use Revision Range?
Minimal
Access Level Required
No No write

Related Commands

To unlock locked files p4 unlock



Perforce Command Reference:   [Index] [Prev] [Next]


Copyright 1999 Perforce Software.
Contact us at [email protected]
Last updated: 09/15/99 (Manual version 99.1.cr.6)