简体   繁体   English

无法将更改提交到SVN服务器

[英]Unable to commit changes to SVN server

I've been trying to commit to the SVN server of a friend via Eclipse with subclipse 1.8.22, but if I enter its URL as http://www.domainname.com/svn/my-proyect , I get the error: 我一直在尝试通过带有子剪辑1.8.22的Eclipse提交给朋友的SVN服务器,但是如果我将其URL输入为http://www.domainname.com/svn/my-proyect ,则会收到错误消息:

Repository has been moved
svn: Commit failed (details follow):
svn: Repository moved permanently to 'http://www.domainname.com/svn/my-proyect/!svn/me'; please relocate

and if I enter it without www (ie http://www.domainname.com/svn/my-proyect ) I get the error: 如果我没有输入www (即http://www.domainname.com/svn/my-proyect ),则会收到错误消息:

Filesystem has no item svn: Commit failed (details follow): svn:
'/svn/my-project/!svn/me' path not found

I can do pretty much every SVN related actions but commiting. 除了提交外,我几乎可以执行所有与SVN相关的操作。 Any ideas? 有任何想法吗?

First Check with SVN properties. 首先检查SVN属性。

Follow this step if that so. 如果是这样,请执行此步骤。

press Alt + Shift + Q 按Alt + Shift + Q

Select Show view 选择显示视图

then under SVN category add SVN Repositories 然后在SVN类别下添加SVN存储库

then right click go to Location Properties 然后右键单击转到位置属性

Check URL in general tab 在常规标签中检查网址

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM