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

Key: SCM-208
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Emmanuel Venisse
Reporter: Dário Oliveros
Votes: 0
Watchers: 0
Operations

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

Status command doesn't support 'X' for svn:externals

Created: 24/May/06 02:49 AM   Updated: 24/May/06 03:25 AM
Component/s: maven-scm-provider-svn
Affects Version/s: 1.0-beta-3
Fix Version/s: 1.0-beta-4

Time Tracking:
Not Specified

Complexity: Intermediate


 Description  « Hide
I've been trying to make a release by running 'mvn release:prepare', but got a warning saying that 'X' is an unknown file status.
I noticed the release plugin runs the 'svn --non-interactive status' command internally which prints the status of working copy files and directories. Since one of the directories was fetched from a different svn repo thru svn:externals, its status is 'X' and it does not seem to be recognized by the release plugin. Therefore the outcome of 'mvn release:prepare' command is a build failure.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Emmanuel Venisse - 24/May/06 03:25 AM
Fixed.