You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-dev@maven.apache.org by "Micah Schehl (JIRA)" <ji...@codehaus.org> on 2005/11/26 06:53:06 UTC

[jira] Created: (SCM-85) Allow svn username/password to be set in servers section of settings.xml

Allow svn username/password to be set in servers section of settings.xml
------------------------------------------------------------------------

         Key: SCM-85
         URL: http://jira.codehaus.org/browse/SCM-85
     Project: Maven SCM
        Type: Improvement
  Components: maven-scm-provider-svn  
    Reporter: Micah Schehl


Allow developers to have their own subversion username/password set in settings.xml.    Also, this would prevent having to use the web setup to enter username/password in Continuum since the info would be in settings.xml.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (SCM-85) Allow svn username/password to be set in servers section of settings.xml

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-85?page=comments#action_52286 ] 

Emmanuel Venisse commented on SCM-85:
-------------------------------------

Your patch break all tests in svn provider, so i can't apply it. You must fix your modifications in SvnScmProviderRepository

> Allow svn username/password to be set in servers section of settings.xml
> ------------------------------------------------------------------------
>
>          Key: SCM-85
>          URL: http://jira.codehaus.org/browse/SCM-85
>      Project: Maven SCM
>         Type: Improvement
>   Components: maven-scm-provider-svn
>     Reporter: Micah Schehl
>  Attachments: MNG-85-maven-scm.patch
>
>
> Allow developers to have their own subversion username/password set in settings.xml.    Also, this would prevent having to use the web setup to enter username/password in Continuum since the info would be in settings.xml.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (SCM-85) Allow svn username/password to be set in servers section of settings.xml

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SCM-85?page=all ]
     
Emmanuel Venisse closed SCM-85:
-------------------------------

     Assign To: Emmanuel Venisse
    Resolution: Fixed

It's allowed in scm plugin, need to do the same work in other plugins that require scm interaction

> Allow svn username/password to be set in servers section of settings.xml
> ------------------------------------------------------------------------
>
>          Key: SCM-85
>          URL: http://jira.codehaus.org/browse/SCM-85
>      Project: Maven SCM
>         Type: Improvement

>   Components: maven-scm-provider-svn
>     Reporter: Micah Schehl
>     Assignee: Emmanuel Venisse
>      Fix For: 1.0
>  Attachments: MNG-85-maven-scm.patch, SCM-85.patch
>
>
> Allow developers to have their own subversion username/password set in settings.xml.    Also, this would prevent having to use the web setup to enter username/password in Continuum since the info would be in settings.xml.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (SCM-85) Allow svn username/password to be set in servers section of settings.xml

Posted by "Dan Tran (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-85?page=comments#action_53553 ] 

Dan Tran commented on SCM-85:
-----------------------------

I thought it is intended that maven-scm should be independent from maven, so that it can be used by other application. So we should not touch settings.xml right?



> Allow svn username/password to be set in servers section of settings.xml
> ------------------------------------------------------------------------
>
>          Key: SCM-85
>          URL: http://jira.codehaus.org/browse/SCM-85
>      Project: Maven SCM
>         Type: Improvement

>   Components: maven-scm-provider-svn
>     Reporter: Micah Schehl
>  Attachments: MNG-85-maven-scm.patch, SCM-85.patch
>
>
> Allow developers to have their own subversion username/password set in settings.xml.    Also, this would prevent having to use the web setup to enter username/password in Continuum since the info would be in settings.xml.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (SCM-85) Allow svn username/password to be set in servers section of settings.xml

Posted by "Micah Schehl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-85?page=comments#action_52042 ] 

Micah Schehl commented on SCM-85:
---------------------------------

MNG-85-maven-scm.patch is untested.

> Allow svn username/password to be set in servers section of settings.xml
> ------------------------------------------------------------------------
>
>          Key: SCM-85
>          URL: http://jira.codehaus.org/browse/SCM-85
>      Project: Maven SCM
>         Type: Improvement
>   Components: maven-scm-provider-svn
>     Reporter: Micah Schehl
>  Attachments: MNG-85-maven-scm.patch
>
>
> Allow developers to have their own subversion username/password set in settings.xml.    Also, this would prevent having to use the web setup to enter username/password in Continuum since the info would be in settings.xml.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (SCM-85) Allow svn username/password to be set in servers section of settings.xml

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-85?page=comments#action_53558 ] 

Emmanuel Venisse commented on SCM-85:
-------------------------------------

sure, maven-scm is independant from maven, it doesn't know settings.xml, but maven-scm-plugin can use it because is dependant from maven like you do it for starteam

> Allow svn username/password to be set in servers section of settings.xml
> ------------------------------------------------------------------------
>
>          Key: SCM-85
>          URL: http://jira.codehaus.org/browse/SCM-85
>      Project: Maven SCM
>         Type: Improvement

>   Components: maven-scm-provider-svn
>     Reporter: Micah Schehl
>  Attachments: MNG-85-maven-scm.patch, SCM-85.patch
>
>
> Allow developers to have their own subversion username/password set in settings.xml.    Also, this would prevent having to use the web setup to enter username/password in Continuum since the info would be in settings.xml.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (SCM-85) Allow svn username/password to be set in servers section of settings.xml

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SCM-85?page=all ]

Emmanuel Venisse updated SCM-85:
--------------------------------

    Fix Version: 1.0-beta-3

> Allow svn username/password to be set in servers section of settings.xml
> ------------------------------------------------------------------------
>
>          Key: SCM-85
>          URL: http://jira.codehaus.org/browse/SCM-85
>      Project: Maven SCM
>         Type: Improvement

>   Components: maven-scm-provider-svn
>     Reporter: Micah Schehl
>      Fix For: 1.0-beta-3
>  Attachments: MNG-85-maven-scm.patch, SCM-85.patch
>
>
> Allow developers to have their own subversion username/password set in settings.xml.    Also, this would prevent having to use the web setup to enter username/password in Continuum since the info would be in settings.xml.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (SCM-85) Allow svn username/password to be set in servers section of settings.xml

Posted by "Micah Schehl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SCM-85?page=all ]

Micah Schehl updated SCM-85:
----------------------------

    Attachment: SCM-85.patch

This patch allows a repository to implement a method getServerIdList which will return a list of serverId's to check for in the <server> section of settings.xml.  The repository is responsible for coming up with the list of serverId's.  The subversion implementation will start with a very specific serverId, such as svn:https://svn.host.com:443/svn/test and work it's way down to just searching for svn.host.com.  The StarTeam implemenation simply looks for the hostname:port.

If a <server> is found and the username or password are missing, the <server> section's username and password are used to set the repository's username and password.


> Allow svn username/password to be set in servers section of settings.xml
> ------------------------------------------------------------------------
>
>          Key: SCM-85
>          URL: http://jira.codehaus.org/browse/SCM-85
>      Project: Maven SCM
>         Type: Improvement
>   Components: maven-scm-provider-svn
>     Reporter: Micah Schehl
>  Attachments: MNG-85-maven-scm.patch, SCM-85.patch
>
>
> Allow developers to have their own subversion username/password set in settings.xml.    Also, this would prevent having to use the web setup to enter username/password in Continuum since the info would be in settings.xml.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (SCM-85) Allow svn username/password to be set in servers section of settings.xml

Posted by "Micah Schehl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SCM-85?page=all ]

Micah Schehl updated SCM-85:
----------------------------

    Attachment: MNG-85-maven-scm.patch

> Allow svn username/password to be set in servers section of settings.xml
> ------------------------------------------------------------------------
>
>          Key: SCM-85
>          URL: http://jira.codehaus.org/browse/SCM-85
>      Project: Maven SCM
>         Type: Improvement
>   Components: maven-scm-provider-svn
>     Reporter: Micah Schehl
>  Attachments: MNG-85-maven-scm.patch
>
>
> Allow developers to have their own subversion username/password set in settings.xml.    Also, this would prevent having to use the web setup to enter username/password in Continuum since the info would be in settings.xml.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira