History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-1612
Type: Bug Bug
Status: Closed Closed
Resolution: Won't Fix
Priority: Major Major
Assignee: Robin Shen
Reporter: Martin Roche
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

For Accurev repository Linux Server does not recognise Windows absolute path

Created: 25/Apr/13 08:08 PM   Updated: 26/Apr/13 03:16 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Linux/Solaris


 Description  « Hide
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


 All   Comments   Work Log   Change History      Sort Order:
Martin Roche [25/Apr/13 08:11 PM]
Forgot to mention this is v5.0.17.

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.