条目已存在 - SVN 提交错误

发布于 2024-12-02 17:16:09 字数 180 浏览 0 评论 0原文

org.tigris.subversion.javahl.ClientException: Entry already exists
svn: 'url' is already under version control

这是我尝试提交项目时出现的错误。

我该如何解决这个问题?

org.tigris.subversion.javahl.ClientException: Entry already exists
svn: 'url' is already under version control

This is the error given when I tried to Commit my project.

How can I solve this?

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

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

发布评论

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

评论(5

北斗星光 2024-12-09 17:16:09

1、将字典'url'移动到另一个地方

2、svn update

3、移回字典

4、再次提交

1, move the dictory 'url' to another place

2, svn update

3, move back the dictory

4, commit again

江湖正好 2024-12-09 17:16:09

您很可能从另一个已处于颠覆控制之下的项目复制了文件夹“url”。通过检查本地磁盘文件夹(Eclipse:“workspace”)并查找名为“.svn”的隐藏文件夹来验证这一点。你需要摆脱它们。

  • 您可以将它们全部删除(每个子目录也应该有一个),然后刷新项目的 IDE 视图,更新到 HEAD,添加到 subversion,提交。
  • 或者,至少这在 Eclipse 中有效,将文件夹导出到存档文件,从项目中删除文件夹“url”,然后从存档中重新导入它 - 存档中不应再包含任何 .svn 文件夹。再次,更新到 HEAD,添加到 subversion,提交。

You have, most probably, copied the folder 'url' from another project that is already under subversion control. Verify this by inspecting the local disk folder (Eclipse: "workspace") and look for hidden folders named ".svn". You need to get rid of them.

  • Either you can delete them all (every subdirectory should have one, too), then refresh your IDE view of the project, update to HEAD, add to subversion, commit.
  • Or, at least this works in Eclipse, export the folder to an archive file, delete the folder 'url' from the project, and re-import it again from the archive - which should not contain any .svn-folders anymore. Again, update to HEAD, add to subversion, commit.
有木有妳兜一样 2024-12-09 17:16:09

添加到 另一个答案

1,将字典'url'移动到另一个地方(svn 控制区域之外)

2,svn update

< strong>2.5 - svn commit!

3、回移字典

4、再次commit

Adding to another answer

1, move the dictory 'url' to another place (out of the svn controlled area)

2, svn update

2.5 - svn commit!

3, move back the dictory

4, commit again

怪我入戏太深 2024-12-09 17:16:09

我也有同样的问题。删除所有 .svn 子目录(甚至直接位于 NetbeansProjects 下)解决了该问题。

I had the same problem. Removing all .svn subdirectories (even that directly under NetbeansProjects) resolved the issue.

旧城烟雨 2024-12-09 17:16:09

如果您在项目根文件夹中找到 .svn 文件夹,请手动将其删除。这将取消你的文件与 svn 的链接。现在重试共享项目,它应该是干净的。

If you find .svn folder in your project root folder, manually delete it. That will unlink your files from svn. Now retry share project, it should be clean.

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