Subversion:如何添加当前被忽略且存在于大多数工作副本中的目录?

发布于 2024-10-22 20:57:05 字数 223 浏览 5 评论 0原文

如何在 subversion 中添加当前被忽略的目录。众所周知,该目录存在于大多数工作副本中。当您从 svn:ignore 中删除它并使用 svn add 添加它时,用户将在更新时收到此消息:

An unversioned directory of the same name already exists

目标是避免该消息并简单地将现有目录与存储库中的内容合并。

How do you add a directory in subversion which is currently ignored. It is known that the directory exists in most working copies. When you remove it from svn:ignore and add it with svn add, users will get this message on update:

An unversioned directory of the same name already exists

The goal would be to avoid the message and simply merge the existing directory with the contents from the repository.

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

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

发布评论

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

评论(1

纵情客 2024-10-29 20:57:05

运行 svn up --force将会更新该目录,即使该目录已经存在。

Running svn up --force <dirname> will update the directory even if it already exists.

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