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

Key: SCM-217
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Emmanuel Venisse
Reporter: Jerome Lacoste
Votes: 0
Watchers: 0
Operations

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

workaround svn issue with svn+ssh scheme requiring to specify user@host and ignoring --username

Created: 23/Jun/06 12:41 PM   Updated: 24/Sep/06 08:36 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

File Attachments: 1. File SCM-217.diff (11 kb)

Issue Links:
dependent
 

Complexity: Intermediate
Testcase included: yes


 Description  « Hide
See MRELEASE-35 for details.

Here's the patch: I fixed the tag and checkout commands. Other commands may need to be fixed for other purposes, but I didn't try to.

The patch comes with basic unit tests (for tag command not checkout command, as the fix is identical) and I tested the patch locally doing a release of a project onto a ssh based server. Both release:prepare and release:perform now work.

I don't give rights to Apache with regard to reusing the code.

Kidding...



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Emmanuel Venisse - 24/Sep/06 08:36 AM
Applied. Thanks.