首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > CVS SVN >

svn add "already under version control"

2012-10-21 
svn add already under version controlThe best solution I can think of is to do the following:mv d

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.


热点排行