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.
是否有命令检查给定的本地路径是否是给定存储库的工作副本?
我需要检查一个文件夹是否已经包含 repo 的工作副本,如果有,我将运行更新,如果没有,我将清除文件夹的内容,然后进行结帐。
是的,只需运行
svn info
在有问题的目录中。这将告诉您该目录是工作副本的存储库(如果有)。浏览此处获取更多信息:
http://svnbook.red-bean.com/en/1.1/re13.html