将我的插件上载到Wordpress插件库时提交失败

将我的插件上载到Wordpress插件库时提交失败,wordpress,svn,plugins,tortoisesvn,commit,Wordpress,Svn,Plugins,Tortoisesvn,Commit,我的插件得到了WordPress的批准,我还得到了SVN存储库URL 我用Tortoise SVN签出插件,将插件文件复制到trunk文件夹,但当我尝试提交它时,我得到以下错误 Commit failed (details follow): At least one property change failed; repository is unchanged Server sent unexpected return value (400 Bad Request) in response

我的插件得到了WordPress的批准,我还得到了SVN存储库URL

我用Tortoise SVN签出插件,将插件文件复制到trunk文件夹,但当我尝试提交它时,我得到以下错误

Commit failed (details follow):

At least one property change failed; repository is unchanged

Server sent unexpected return value (400 Bad Request) in response to PROPPATCH
request for '/!svn/txn/747084-g5of'
我是SVN的新手,我做得对吗


如何解决这个问题?

我也遇到了同样的问题,解决这个问题的方法是使用https://plugins.SVN.wordpress.org/[plugin name],而不是像以前那样使用http://对我的本地目录进行初始SVN签出

在那之后,我能够提交新的更改并创建新的标记版本