2017-12-09 27 views
0

私はTortoiseSVN-1.9.7を使用していて、自分のプラグインのwordpress svnに自分のプラグインファイルをアップロードしようとしています。svn add trunk/* not working

私は、このフォルダによ:

C:\xampp\htdocs\wordpress\wp-content\plugins\my-plugin\dotorg 

そして:

svn add trunk/* 

私はお返しにこれを得た:

svn: warning: W155010: The node 'C:\xampp\htdocs\wordpress\wp-content\plugins\my-plugin\dotorg' was not found. 
svn: warning: W155010: The node 'C:\xampp\htdocs\wordpress\wp-content\plugins\my-plugin\dotorg' was not found. 
svn: warning: W155010: The node 'C:\xampp\htdocs\wordpress\wp-content\plugins\my-plugin\dotorg' was not found. 
svn: warning: W155010: The node 'C:\xampp\htdocs\wordpress\wp-content\plugins\my-plugin\dotorg' was not found. 
svn: warning: W155010: The node 'C:\xampp\htdocs\wordpress\wp-content\plugins\my-plugin\dotorg' was not found. 
svn: warning: W155010: The node 'C:\xampp\htdocs\wordpress\wp-content\plugins\my-plugin\dotorg' was not found. 
svn: E200009: Could not add all targets because some targets don't exist 
svn: E200009: Illegal target for the requested operation 

それは意味がありません!私はまた、https://plugins.svn.wordpress.org/my-plugin/ URLは私にはtrunkフォルダがあることを示す、私のプラグインファイルとトランクフォルダを持っているdotorgフォルダにあります。だから私はここで行方不明だ?

答えて

0

てみてください、次のコマンド

rm -rf dotorg/.svn 
svn add dotorg 
svn commit 

svn cleanup 
svn cleanup * 
svn cleanup dotorg 
svn add --force dotorg 
svn commit 

それはまだが、その後動作しない場合は、このを試してみてください