对于以下所有 URL,我们使用冒号 (:) 作为分隔符。如果您使用冒号作为变量之一(例如,windows 路径),则使用竖线 (|) 作为分隔符。
scm:svn:svn://[username[:password]@]server_name[:port]/path_to_repository scm:svn:svn+ssh://[username@]server_name[:port]/path_to_repository scm:svn:file://[hostname]/path_to_repository scm:svn:http://[username[:password]@]server_name[:port]/path_to_repository scm:svn:https://[username[:password]@]server_name[:port]/path_to_repository
scm:svn:file:///svn/root/module scm:svn:file://localhost/path_to_repository scm:svn:file://my_server/path_to_repository scm:svn:http://svn.apache.org/svn/root/module scm:svn:https://username@svn.apache.org/svn/root/module scm:svn:https://username:password@svn.apache.org/svn/root/module
提供程序配置在${user.home}/.scm/svn-settings.xml 中定义。有关详细信息,请参阅参考指南。