Visual SVN/Tortoise“删除-保留本地”问题

发布于 2024-09-01 08:09:49 字数 268 浏览 2 评论 0原文

我想从存储库中删除一些文件(同时将它们保留在本地),并在将来停止跟踪它们。

我试过这个: - 在我想从版本控制中删除的目录上使用了 Tortoise“删除 - 保留本地”。 - 致力于存储库。

此提交因以下错误而失败:提交失败...项目已过时

任何人都可以告诉我

a)正确的程序是什么?

b)我该怎么做才能回到工作存储库?

谢谢!

I wanted to remove some files from the repository (while leaving them locally), and stop tracking them in the future.

I tried this:
- Used Tortoise 'Delete - Keep local' on the directory I wanted to remove from versioning.
- Comitted to the repository.

This commit failed with this error: commit failed... item is out of date

Can anyone tell me

a) What the correct procedure is for this?

b) What can I do to get back to a working repository?

Thank you!

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

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

发布评论

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

评论(1

你与清晨阳光 2024-09-08 08:09:49

在提交更改之前,您需要先运行svn update。然后您可以运行 svn del来删除文件。然后再次尝试您的提交。

You need to first run svn update before you commit your changes. Then you can run svn del <file> to remove the files. Then try your commit again.

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