svn repo 被 git svn 删除和添加弄坏了?
我有一个目录 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查 svn 存储库。仅使用 SVN 修复它。然后获取另一个存储库。这应该可以解决它。
checkout the svn repository. Fix it with SVN only. Then fetch in the other repo. This should solve it.