单片机实施:颠覆

基本信息

链接:http ://subversion.apache.org/

许可证:Apache 许可证,2.0 版

单片机网址

对于以下所有 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 中定义。有关详细信息,请参阅参考指南

配置目录

您可以在提供程序配置文件中或使用 'maven.scm.svn.config_directory' 命令行参数定义颠覆配置目录('--config-dir' svn 全局选项)。

mvn -Dmaven.scm.svn.config_directory=your_configuration_directory scm:update