【发布时间】:2013-05-31 02:59:09
【问题描述】:
svn:externals "http://svn.3rdapp.com/project/subdir/subdir/ lib/mydir/subdir"
SVN 允许开发人员将 3rd 方库的子目录包含到他们自己的 repo 的子目录中。
我只想将第 3 方库的一个子目录包含到我的项目中,可能是一个可以编辑的子树,并且新的上游更改与我的编辑合并。
特别是 https://github.com/openid/php-openid/tree/master/Auth 包含在 Vendor/Auth 中,没有来自其他目录的任何文件或历史记录。
【问题讨论】:
标签: git subdirectory svn-externals git-subtree