SVN特殊符号代表什么?
SVN special symbol stands for?
对于SVN,符号^代表什么?
svn merge ^/feature
svn merge ^/trunk
是当前项目的根URL吗?或存储库根文件路径?谢谢
插入符号(在 URL 的开头)等同于从存储库根目录开始的插入符号:
In Subversion 1.6, a new caret (^) notation was introduced as a shorthand for "the URL of the repository's root directory".
查看更多相关信息here。
对于SVN,符号^代表什么?
svn merge ^/feature
svn merge ^/trunk
是当前项目的根URL吗?或存储库根文件路径?谢谢
插入符号(在 URL 的开头)等同于从存储库根目录开始的插入符号:
In Subversion 1.6, a new caret (^) notation was introduced as a shorthand for "the URL of the repository's root directory".
查看更多相关信息here。