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

Key: SCM-229
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Mike Perham
Reporter: Mike Perham
Votes: 0
Watchers: 0
Operations

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

Add support for p4 where

Created: 16/Aug/06 12:36 PM   Updated: 02/Dec/06 01:16 AM
Component/s: maven-scm-provider-perforce
Affects Version/s: 1.0-beta-3
Fix Version/s: 1.0-beta-4

Time Tracking:
Not Specified

Complexity: Intermediate


 Description  « Hide
A common cause of Perforce failures is due to an inherited SCM url containing the incorrect depot location (common when the child directory != child artifactId). We need to verify the depot location exists using 'p4 where'.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Mike Perham - 02/Dec/06 01:16 AM
Updated all usage of repo.getPath() to refer through the PerforceScmProvider.getRepoPath() method which uses p4 where to "fix up" any SCM URL path issues if possible.