The Path Browser is where you'll spend most of your time in P4Web. It lets you navigate through the depot hierarchy and see the state of your opened files at a glance. (Note that if you are using a P4Web Viewer instead of Helper, you won't see some of the information, menus, and links described here.)
The Path Browser is the page P4Web shows you when you first connect. You can also get to it by clicking on any path-level link shown in other P4Web pages. The Path Browser shows information about files and subdirectories in the current path, and lets you run commands that affect all the files in the current path at once.
![]() "Show Recent Activity" |
---|
By default, files at the current path level and files you have open anywhere in the current path will be visible in the Path Browser. (You can change what you see with the Show menu, as described below.) Note that even though the Path Browser page may show you individual files, you can't run commands on individual files from the Path Browser. You must be in the File Browser to run commands on individual files.
Your current path is shown just beneath the control panel. The comment "Showing depot view path" or "Showing client view path" tells you whether you can see the entire depot or just the part you have mapped in your client view. (You can change this with Go to->Settings.)
Each level in the current path heading is a link to a Path Browser page. Use these links to navigate back up the depot hierarchy. Files and subdirectories in that appear beneath the heading are links to File Browser and Path Browser pages for those elements, respectively. Click on those links to navigate down the directory hierarchy. To navigate to the very top of the depot hierarchy, click on the "//" that appears at the begininning of the current path heading.
Files shown in the Path Browser have
state icons showing
their current state in the depot and in your workspace;
see below for a key to their meanings.
Menus
These drop-down menus are available in the Path Browser:
The file in your workspace file is in sync with the head
revision of the depot file.
The file has been deleted in the depot and
is not present in your workspace.
(You must have "Show deleted files" set to see this state.)
The file is open for edit in your workspace.
The file is open for add in your workspace.
The file is open for delete in your workspace.
The file is open for integrate in your workspace.
The file is open for branch in your workspace.
The file is locked in your workspace.
The file needs to be re-synced before you can submit it.
The file needs to be resolved with changes either from a later revision
of the same file or from the file that's being integrated to it.
The file is also open in another client workspace.
The file has been locked in another client workspace.
The head revision of the file has been deleted.
The file lives in a subdirectory below the current path.
The file is not mapped in your client view.
(You must have "Show entire depot view" set to see this state.)
Each file shown in the Path Browser is followed by state details that look like:
#[have]/[head] [filetype]For example, the file state "#4/6 text+x" means that the revision you have in your workspace is #4, the head revision of the file is #6, and its filetype is "executable text".