Validity check rejects valid protocol
-------------------------------------

         Key: SCM-185
         URL: http://jira.codehaus.org/browse/SCM-185
     Project: Maven SCM
        Type: Bug

  Components: maven-scm-provider-svn  
    Versions: 1.0-beta-2    
    Reporter: Joerg Schaible


According to the subversion manual a user can add arbitrary protocols by 
defining new tunnels in his local subversion configuration. Such definitions 
are necessary to tunnel ports, define the usage of a smart card, ... e.g. 
defining an entry in the tunnel section of the .subversion/config file to 
access over SSH protocol version 1 can be defined like:

ssh1=ssh -1

A repo would be accessed with "svn+ssh1://repo/url"

This is not possible, since the SvnScmProvider checks against a fixed set of 
protocols, which is not correct.

-- 
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

Reply via email to