在映射为 Windows 驱动器的 Linux 目录上使用 TortoiseSVN:出现错误不是工作副本

发布于 2024-12-05 06:17:31 字数 237 浏览 1 评论 0原文

我正在使用 TortoiseSVN。我有一个映射为 Windows 驱动器的 Linux 目录。提交和更新工作正常。我有以下问题。

  1. 当我在 Linux 机器上执行 svn info 时,它给我一个错误,提示错误“。”不是工作副本
  2. 当我尝试合并另一个分支的更改列表时,它给我一个错误,提示错误“。”不是工作副本。

当我签出成为工作副本的代码时。这是从哪里来的?

I am using TortoiseSVN. I have a Linux directory mapped as a Windows drive. Commits and updates are working fine. I have the following problems.

  1. When I do svn info on a Linux box, it gives me an error saying Error '.' is not a working copy
  2. When I try to merge a changelist from another branch, it gives me an error saying Error '.' is not a working copy.

When I checkout code that becomes the working copy. Where is this coming from?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

最好是你 2024-12-12 06:17:31

svn 不支持在不同客户端使用工作副本:

我可以在同一个工作副本中使用不同的 Subversion 客户端吗?< /strong>

您还必须确保所有客户端都是为同一操作系统构建的。
仅保证特定操作系统类型的客户端兼容性,并且
元数据表示可能不同。您不得使用本机 Windows
客户端和 Cygwin 客户端位于同一工作副本上。如果你
通过网络共享工作副本,您不得使用 Linux 和
Windows 客户端位于同一工作副本上。

Using working copy with different clients is not supported by svn:

Can I use different Subversion clients with the same working copy?

You must also be sure that all the clients are built for the same OS.
Client compatibility is only guaranteed for a particular OS type and
metadata representations may differ. You must not use a native Windows
client and the Cygwin client on the same working copy. And if you
share a working copy over a network you must not use a Linux and a
Windows client on the same working copy.

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