如何从 svn 存储库浏览器撤消删除标签文件夹操作

发布于 2024-12-04 18:11:21 字数 64 浏览 2 评论 0原文

不幸的是我从 svn repo 浏览器中删除了整个标签文件夹。我可以撤消吗?如果有任何检索数据的解决方案请帮助我。

Unfortunately I deleted my entire tags folder from svn repo browser. Can I undo that? If there is any solution to retrieve data please help me.

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

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

发布评论

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

评论(1

鹿! 2024-12-11 18:11:21

仅使用 TortoiseSVN,您无法撤消删除操作,但您可以将 tags 文件夹从旧版本复制到您的 HEAD 版本。操作方法如下:

  1. 打开存储库浏览器。
  2. 单击标有 HEAD 的按钮(右上角)。
  3. 在删除标签之前输入修订号。
  4. 右键单击存储库浏览器中的tags 文件夹。
  5. 选择复制到...
  6. 在出现的对话框中输入所需的 tags 路径 (http: //域/svn/repo/tags)。
  7. 打开一个新的存储库浏览器窗口并确保 tags 在那里。

如果您自删除 tags 后未提交任何内容,则可以按照此操作 回答完全删除不需要的修订(需要访问 svn 服务器并使用 svnadmin 命令)。

Using TortoiseSVN only you cannot undo the delete operation, but you can copy the tags folder from older revision to your HEAD revision. Here is how you do it:

  1. Open your repo-browser.
  2. Click on the button labeled HEAD (right top corner).
  3. Enter there the revision number just before deletion of tags.
  4. Right-click ontags folder in repo-browser.
  5. Select Copy to...
  6. In the appeared dialog box input the desired path to tags (http://domain/svn/repo/tags).
  7. Open a new repo-browser window and ensure that tags are there.

If you haven't committed anything since tags deletion, you can follow this answer to completely remove unwanted revisions (requires access to svn server and usage of svnadmin commands).

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