【发布时间】:2012-07-22 04:02:28
【问题描述】:
我的问题非常类似于:svn: MKACTIVITY 403 Forbidden
我的错误信息如下(间距很尴尬,但在Eclipse中是这样的):
svn: Commit failed (details follow):
svn: Commit failed (details follow):
svn: MKACTIVITY of '/svnroot/...': 403 Forbidden (https://repository.url)
我的软件:
- 带有 KDE 用户界面的 Linux 操作系统,
- SpringSource 工具套件版本 2.9.1,
- Subclipse 版本 1.6.10
我尝试过的:
- 关闭 Eclipse。删除 Eclipse 的“configuration/org.eclipse.core.runtime”目录中的 .keyring 文件(以重置任何存储的凭据)。
- 修改“/home/[user_name]/.subversion/servers”以存储密码。
【问题讨论】:
-
检查
/svnroot/的所有者。我猜这与文件权限有关,然后是您的 svn 凭据。
标签: eclipse svn commit subclipse