当路径是符号链接时,svn 更新会被跳过

发布于 2024-12-01 01:12:22 字数 231 浏览 1 评论 0原文

我已经在以下文件夹中签出了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

深白境迁sunset 2024-12-08 01:12:22

我不能 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文