You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This plugin is pretty primitive and will rely what "p4 info" provides. I didn't implement the Login but I could look into it. Do you have any console output when trying to save the file? Like "File is not under the client root."?
This plugin was unfortunately never "design", it's just feature creep after feature creep. I'm in the process of writing a new one with much better error / state reporting, but it's pretty long unfortunately.
If you want, email me at emartel@gmail.com with your p4 info output, the path of the file you're working on, etc, I might be able to figure out what's going on
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.
The text was updated successfully, but these errors were encountered: