Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我对目录执行 SVN 更新时,svn 是如何执行的?无论文件在工作目录中的差异状态如何,它都会对目录中的每个文件执行更新吗?还是仅对“不同步”的文件执行更新?
svn update仅获取 WC 状态和存储库状态之间的增量。
svn update