
|
If you were logged in you would be able to see more operations.
|
|
|
|
Issue Links:
|
Duplicate
|
|
This issue duplicates:
|
|
SCM-370
generated client spec contains backslashes leading die problems on unix os
|
|
|
|
|
|
|
|
The default generated client spec name is calculated in generateDefaultClientspecName() as:
username + "−" + hostname + "−MavenSCM−" + path;
if path includes a space or tilde, the client spec is not created and the plugin fails to sync.
Can:
be replaced with:
|
|
Description
|
The default generated client spec name is calculated in generateDefaultClientspecName() as:
username + "−" + hostname + "−MavenSCM−" + path;
if path includes a space or tilde, the client spec is not created and the plugin fails to sync.
Can:
be replaced with:
|
Show » |
|
[DEBUG] Updating clientspec: Client: johndoe-SDGL04301175-MavenSCM-C:\Perforce Workspace\foundation\target\checkout Root: C:\Perforce Workspace\foundation\target\checkout Owner: johndoe View: /... //johndoe-SDGL04301175-MavenSCM-C:\Perforce Workspace\foundation\target\checkout/... Description: Created by maven-scm-provider-perforce [ERROR] Unable to sync. Are you logged in?