Issue Details (XML | Word | Printable)

Key: CONTINUUM-1918
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Wendy Smoak
Reporter: David Trott
Votes: 0
Watchers: 0
Operations

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

Username and Password should be optional on project release form (Subversion projects)

Created: 06/Oct/08 12:38 AM   Updated: 11/Mar/09 11:23 PM   Resolved: 11/Mar/09 11:20 PM
Component/s: Release
Affects Version/s: 1.2
Fix Version/s: 1.3.2 (Beta)

Time Tracking:
Not Specified

Environment:
Maven 2.0.9
Mac OSX
JDK 1.5.0_13-119
Using svn+ssh with private/public key authentication

Complexity: Intermediate


 Description  « Hide

I have logged a separate bug against the subversion SCM

http://jira.codehaus.org/browse/SCM-419

Basically I cannot release prepare using continuum because it the UI is forcing me to enter a username which is triggering the bug above.
Hence if the username is omitted I need continuum to ignore it and not attempt to pass -Dusername parameter to the underlying maven call.



Wendy Smoak added a comment - 11/Mar/09 11:20 PM

This seems to have been changed somewhere along the line.

As of 1.3.2-SNAPSHOT r752591 I can prepare a release of a project in Subversion without supplying credentials on the form.


Wendy Smoak added a comment - 11/Mar/09 11:23 PM

from continuum.log, showing that it's not passing --username and --password on the svn command line

2009-03-11 21:01:10,183 [pool-3-thread-1] INFO releasePhase#scm-commit-development - Checking in modified POMs...
2009-03-11 21:01:10,278 [pool-3-thread-1] INFO org.apache.continuum.scm.manager.Slf4jScmLogger - Executing: /bin/sh -c cd /Applications/continuum-20090311-1258-r752530/data/working-directory/2 && svn commit --file /Applications/continuum-20090311-1258-r752530/./tmp/maven-scm-1059022350.commit --targets /Applications/continuum-20090311-1258-r752530/./tmp/maven-scm-18803-targets
2009-03-11 21:01:10,279 [pool-3-thread-1] INFO org.apache.continuum.scm.manager.Slf4jScmLogger - Working directory: /Applications/continuum-20090311-1258-r752530/data/working-directory/2
2009-03-11 21:01:12,135 [pool-3-thread-1] INFO releasePhase#end-release - Release preparation complete.