svn repo 被 git svn 删除和添加弄坏了?

发布于 2024-10-21 18:48:30 字数 304 浏览 4 评论 0原文

我有一个目录 Dir,我使用 git svn 删除了该目录,然后添加了 dir。通过检查这两次提交,svn 不再能够更新,因为无法添加已经存在的目录。

有没有一种方法可以删除不需要访问存储库所在文件系统的 svn 提交?

org.tmatesoft.svn.core.SVNException: svn: Failed to add directory 'dir': a versioned directory of the same name already exists

I had a directory, Dir, that I removed with git svn, and then I added dir. By checking this two-commit in, svn is no longer able to update, hanging on the inability to add a directory which already exists.

Is there a way to remove the svn commits themselves that does not require access to the filesystem on which the repository sits?

org.tmatesoft.svn.core.SVNException: svn: Failed to add directory 'dir': a versioned directory of the same name already exists

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

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

发布评论

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

评论(1

清眉祭 2024-10-28 18:48:30

检查 svn 存储库。仅使用 SVN 修复它。然后获取另一个存储库。这应该可以解决它。

checkout the svn repository. Fix it with SVN only. Then fetch in the other repo. This should solve it.

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