Continuum

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

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.2
  • Fix Version/s: 1.3.2 (Beta)
  • Component/s: Release
  • Labels:
    None
  • Environment:
    Maven 2.0.9
    Mac OSX
    JDK 1.5.0_13-119
    Using svn+ssh with private/public key authentication
  • Complexity:
    Intermediate
  • Number of attachments :
    0

Description

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.

Activity

Hide
Wendy Smoak added a comment -

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.

Show
Wendy Smoak added a comment - 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.
Hide
Wendy Smoak added a comment -

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.

Show
Wendy Smoak added a comment - 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.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: