读书人

svn add quot;already under version cont

发布时间: 2012-10-21 09:00:07 作者: rapoo

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.


读书人网 >CVS SVN

热点推荐