简体   繁体   English

在SVN Commit上设置属性'externals'消息时出错

[英]Error setting property 'externals' message on SVN Commit

I've added svn:externals for a project in subversion, hosted on github. 我为github上托管的subversion中的项目添加了svn:externals。 But when I attempt to commit the project I get the following message: 但是,当我尝试提交项目时,会收到以下消息:

Error Commit failed (details follow): Error At least one property change failed; 错误提交失败(详细信息如下):错误至少一项属性更改失败;错误更改失败。 repository is unchanged Error Error setting property 'externals'; 存储库未更改错误设置属性'externals'时出错; Error Could not execute PROPPATCH 错误无法执行PROPPATCH

I tried both committing with command line and with SVNX. 我尝试使用命令行和SVNX进行提交。 I tried propedit-ing the svn:externals with vim and adding a new line at the end. 我尝试用vim对svn:externals进行预编辑,并在最后添加新行。 No luck. 没运气。 This is the first time I use svn:externals. 这是我第一次使用svn:externals。 Any idea? 任何想法?

Thanks in advance for your help. 在此先感谢您的帮助。

Jeremy 杰里米

I sent a message to github support to make sure and they confirmed that they don't support svn:externals, so that is probably the reason for the error. 我向github支持发送了一条消息,以确保他们确认不支持svn:externals,所以这可能是错误的原因。

So I might find another host, as externals would be extremely useful for me. 因此,我可能会发现另一台主机,因为外部设备对我而言非常有用。

Now, if anybody has information about how to access the github svn server logs, I would be interested, as I might have been able to figure it out myself. 现在,如果有人掌握了有关如何访问github svn服务器日志的信息,我将很感兴趣,因为我可能已经能够自己弄清楚了。

Thanks 谢谢

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

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