Here's a Stack Overflow question containing some details on my issue:
http://stackoverflow.com/questions/19599942/sublime-text-3-perforce-plugin
In short,
- I'm using linux mint
- I've installed p4v, p4 and ST3.
- I've created a P4CONFIG (named .p4settings and set the P4CONFIG environment variable to '.p4settings') in the workspace folder that contains the P4PORT, P4CLIENT and P4USER variables and their appropriate values.
- I can connect to the perforce server using the p4 command
- I've added the Perforce.sublime-settings files to my ~/.config/sublime-text-3/Packages/User folder that contains the other ST3 plugin settings.
- The settings include "perforce_auto_checkout_on_save": true.
- I've gone to terminal in the relevant folder I am trying to edit and ran the p4 info command and it seems to recognize the server and workspace I am trying to access.
Still can't log in using the ST3 Perforce: Login command, and as a result, when I save, it doesn't check out the files. There is no output in the console when I attempt to log in. No errors, and no warning/descriptive output.
Here's a Stack Overflow question containing some details on my issue:
http://stackoverflow.com/questions/19599942/sublime-text-3-perforce-plugin
In short,
Still can't log in using the ST3 Perforce: Login command, and as a result, when I save, it doesn't check out the files. There is no output in the console when I attempt to log in. No errors, and no warning/descriptive output.