Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我按照本教程进行操作,但无济于事。
我需要包含一个 svn 存储库作为另一个存储库中的文件夹。我正在使用 TortoiseSVN。
RepoA:文件夹,包含文件1和文件2。RepoB:许多文件
我在 RepoB 中创建了一个文件夹,名称与 RepoA 相同。然后我将新文件夹的属性设置svn:exported为 RepoA 的 url。
svn:exported
我 SVN 更新了 RepoB,但文件没有出现在新文件夹中。我在做什么错?
该属性称为 svn:externals,而不是 svn:exported。