This command will add any un-versioned files listed in svn st command output to subversion. Note that any filenames containing whitespace in the svn stat output will not be added. Further, odd behavior might occur if any filenames contain '?'s. svn s
SVN标准命令 范例 checkout 检出 svn co URL 检出app/search/news/apache/主干上最新版本到本地工作副本,可执行命令: svn co https://svn.baidu.com/app/search/news/trunk/apache/ up 更新到当前URL的末端 svn up 执行svn info ,根据第二行URL显示,若当前工作副本为主干,执行svn up则将版本更新到了主干末端: 若当前工作副本显示为分支,执行svn up 则将版本