| << Back to previous view |
[QB-1612] For Accurev repository Linux Server does not recognise Windows absolute path
|
|
| Status: | Closed |
| Project: | QuickBuild |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Martin Roche | Assigned To: | Robin Shen |
| Resolution: | Won't Fix | Votes: | 0 |
| Remaining Estimate: | Unknown | Time Spent: | Unknown |
| Original Estimate: | Unknown | ||
| Environment: | Linux/Solaris | ||
| Description |
|
If an Accurev repository is defined in a Linux server but the checkout is scheduled to run on a Windows agent it does not recognize C:\xyz as an absolute path in both
1. the config Workspace Directory Setting->Use specified workspace directory ]and 2. the repository Location Directory |
| Comments |
| Comment by Martin Roche [ 25/Apr/13 08:11 PM ] |
| Forgot to mention this is v5.0.17. |
| Comment by Robin Shen [ 26/Apr/13 03:16 AM ] |
|
Script the workspace directory like below:
${node.getAttribute("os.name", "").toLowerCase().startsWith("win")?"c:\xyz":"/xyz"} The repository checkout path can be specified in the same way to work around this issue. |