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
Please describe the feature you have in mind and explain what the current shortcomings are?
The workspace is now determined from the workspace dir Site settings. This assumes that directory where the workspace is is the same as its name, but this might not be the case in all cases and if using the streams, you might want to have workspace per stream.
How would you imagine the implementation of the feature?
We should change the settings so you can specify workspace name and stream name as template {host_name}_{project_code}_{user_name} (that somewhat follows Perforce default behavior except the user_name is replaced by random number). Then all call needing workspace should call library function that will format this template and return it back.
Are there any labels you wish to add?
I have added the relevant labels to the enhancement request.
Describe alternatives you've considered:
No response
Additional context:
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Please describe the feature you have in mind and explain what the current shortcomings are?
The workspace is now determined from the workspace dir Site settings. This assumes that directory where the workspace is is the same as its name, but this might not be the case in all cases and if using the streams, you might want to have workspace per stream.
How would you imagine the implementation of the feature?
We should change the settings so you can specify workspace name and stream name as template
{host_name}_{project_code}_{user_name}
(that somewhat follows Perforce default behavior except theuser_name
is replaced by random number). Then all call needing workspace should call library function that will format this template and return it back.Are there any labels you wish to add?
Describe alternatives you've considered:
No response
Additional context:
No response
The text was updated successfully, but these errors were encountered: