-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple Work-Spaces (streams) support #209
Comments
I'm seeing a few other issues around the multi-workspace functionality with the 201 version of the IDE. I'll dig into these along with this issue. |
I found a major issue around the association of the VCS root directory with the configuration, stemming from a misinterpretation of the data given to the configuration panel. I don't know if this will fix this specific issue, but it's at least a start in the right direction. |
Change up the association of the vcs root with the directory mapping object. In some cases, the directory mapping object was incorrectly setup to point to the project root, rather than the vcs root. The dialog now carefully creates the vcs directory mapping object to have the expected data.
Please respond back if this fixes the issue, or if you're still experiencing problems. |
There was another bug related to this found after this release - the configuration incorrectly maps the wrong configuration to a root path when loading a project. The work-around is to edit the configuration. A fix will be out shortly. |
For #208, the way the server configuration was passed around to the low-level API calls wasn't sufficient. They also needed some properties from the client configuration (e.g. P4HOST). A major refactoring of the code was necessary to allow these properties to be passed. Another bug, a carry over from #209, resulted in loading configurations with wrong VCS root path mapping to the configuration. A similar fix was necessary. Cleaned up some of the logging while in here.
Is your feature request related to a problem? Please describe.
Support working with multiple work spaces , currently if you have multiple work-spaces the plugin generates an exception if the p4 cli is not set to the one you want to work with .
Describe the solution you'd like
I want to be able to manipulate multiple work-spaces without manually executing the
p4 set P4CLIENT=myClient command .
Describe alternatives you've considered
I run the the CLI command p4 set P4CLIENT=myClient
Additional context
If the current P4CLIENT is set to client1 and I want to work on a different work space the plugin generates the following exceptions
Also I have tried to create a P4CONFIG for the new work-space (stream) and I get the following exception
The text was updated successfully, but these errors were encountered: