当路径是符号链接时,svn 更新会被跳过
我已经在以下文件夹中签出了 svn 。
/content/mobile
我在 /content 文件夹中有一个链接到 mobile 的符号链接(产品)。
产品->移动
当我这样做时 svn up /内容/移动 有用。
当我这样做时 svn up /内容/产品 它跳过了“/内容/产品”。
知道如何使 svn update 适用于符号链接路径吗?
I have checked out svn in the following folder.
/content/mobile
I have a symlink (product) in the /content folder linking to mobile.
product -> mobile
When I do
svn up /content/mobile
it works.
When I do
svn up /content/product
it Skipped '/content/product'.
Any idea how to make the svn update work for symlinked paths?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不能 100% 确定我理解您的情况 - 符号链接目录是它自己的工作副本还是存储库?
但答案是可能
使用 外部 而不是符号链接。
I'm not 100% sure I understand your situation - is the symlinked directory a working copy or repository of its own?
But the answer is probably
to use an external instead of a symlink.