当前位置: 代码迷 >> CVS/SVN >> svn add "already under version control"
  详细解决方案

svn add "already under version control"

热度:6439   发布时间:2013-02-26 00:00:00.0
svn add "already under version control"
The best solution I can think of is to do the following:


mv directory directory.new


svn up


svn remove directory


svn ci


mv directory.new directory


svn add directory


svn ci


but this seems very long winded.


  相关解决方案