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.
你如何解决这种情况?所以基本上我在 PROD/WHOTest 文件中并输入了 svn del trunk
尚未提交更改。你怎么退?
svn del --keep local trunk or svn revert trunk
svn revert .应该做的伎俩。使用 TortoiseSVN,选择包含主干的目录,然后还原。
svn revert .
svn del --keep-local用于删除 SVN 中的文件或文件夹,但将文件或文件夹保留在工作副本中。
svn del --keep-local