且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Subversion 外部配置中的相对路径

更新时间:2022-11-10 18:04:10

Subversion 1.5 客户端支持相对 url:

Subversion 1.5 clients support relative urls:

请参阅 Subversion 1.5 发行说明subversion 手册了解更多详情

See the Subversion 1.5 release notes and the subversion manual for more details

一些例子:(注意不支持注释语法)

Some examples: (Note that the comment syntax is not supported)

# Repository root relative
^/projectX/trunk/src/ projectX

# Relative to current directory
../../dependency/X X

# Server root relative
/svn/repos/projectX/trunk/src projectX

# Schema relative
//svn.collab.net/repos/svn/trunk svn