Tool settings for Perforce version control system

Usage tips, posted by users. No questions here please.

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
helios
Posts: 716
Joined: Sun Mar 02, 2003 5:52 pm
Location: Helios Software Solutions
Contact:

Tool settings for Perforce version control system

Post by helios »

OPEN FILE FOR EDIT
Command: drive:\path\to\p4.exe
Parameters: edit $File
Initial Folder: $FileDir

Capture output: off
Run minimized: on

REVERT FILE CHANGES
Command: drive:\path\to\p4.exe
Parameters: revert $File
Initial Folder: $FileDir

Capture output: off
Run minimized: on
Prompt for parameters: on (just to confirm before reverting!)

DIFF FILES AGAINST DEPOT
Command: drive:\path\to\p4.exe
Parameters: diff $File
Initial Folder: $FileDir

Capture output: on
Run minimized: off


Minor snag: after opening a file for edit, Textpad considers the file read-only until I refresh the document (alt-tabbing to another program or switch between two open files). Does anyone have any tips for solving this?


Contributed by-Dan G. Lunde.
Post Reply