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 recently updated from 3.0.4 to 3.0.5 and Diff, Revision History, Time-lapse View, Revision Graph, and Open Item have stopped working as they no longer try to use the correct server for me.
Previously these commands were using the default values (P4PORT, P4CLIENT, etc) and that was working great for me as I have setup my p4config files for each of my workspaces. b8c19be changed the behavior so that it now fetches that information from what's generated by p4 info. This is problematic for me because p4 info returns either localhost:1999 for Server address or a server I can't directly reach as the Broker address which is what gets used for the Diff and friends commands.
I tried reverting the change at line 242 of b8c19be and the Diff command worked again.
I saw that there's a history behind this change (#68) so I'm not sure what the best approach is as I would have thought of using p4 set to fetch P4PORT, etc, as was mentioned in #68.
Any ideas?
And thanks for keeping this extension alive!
The text was updated successfully, but these errors were encountered:
Hum indeed since the code already had GetUserInfoStringFull I simply used it, but in case the data returned by p4 info is unusable locally it could create such errors.
I'll have a try at replacing this with data extracted from p4 set, and might leave an option in the setting to revert to previous behavior in case some users have issues with that approach.
Thanks for reporting and the kind words, and apologies for the breakage!
Hello!
I've recently updated from 3.0.4 to 3.0.5 and Diff, Revision History, Time-lapse View, Revision Graph, and Open Item have stopped working as they no longer try to use the correct server for me.
Previously these commands were using the default values (P4PORT, P4CLIENT, etc) and that was working great for me as I have setup my p4config files for each of my workspaces. b8c19be changed the behavior so that it now fetches that information from what's generated by p4 info. This is problematic for me because p4 info returns either localhost:1999 for Server address or a server I can't directly reach as the Broker address which is what gets used for the Diff and friends commands.
I tried reverting the change at line 242 of b8c19be and the Diff command worked again.
I saw that there's a history behind this change (#68) so I'm not sure what the best approach is as I would have thought of using p4 set to fetch P4PORT, etc, as was mentioned in #68.
Any ideas?
And thanks for keeping this extension alive!
The text was updated successfully, but these errors were encountered: