从 git svn 管理的 SVN 存储库中删除文件

发布于 11-04 18:57 字数 221 浏览 0 评论 0原文

我有一个由 git-svn 管理的 SVN 存储库。我无法删除文件并将我的提交发送到 SVN 服务器。这就是我正在做的:

git rm myfile.txt git commit -m“删除了不必要的文件” git svn dcommit 抛出: 无法打开 myfile.txt 没有这样的文件或目录

我必须硬重置 HEAD 才能从 SVN 中提取。还有其他人遇到这个问题吗?你是怎么修好的?

I have an SVN repo managed by git-svn . I can't delete a file and send my commits to SVN server. Here is what I am doing:

git rm myfile.txt
git commit -m "removed not necessary file"
git svn dcommit
throws:
Can't open myfile.txt No such file or directory

I had to hard reset HEAD in order to be able to pull from SVN. Anyone else had this problem ? How did you fixed it ?

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

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

发布评论

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

评论(1

鲸落2024-11-11 18:57:39

好吧,stoooopid 我,我删除的文件被 'svn.authorsfile' 使用。
我清理了财产,一切都很好。

Ok, stoooopid me, the file that I deleted was used by 'svn.authorsfile' .
I cleared the property and everything is fine.

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