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.
我不知道如何使用适用于 OSX 的版本 SVN 客户端将项目签出到现有文件夹。
该程序似乎要求我指定一个新的文件夹名称,所以我不能只选择一个预先存在的文件夹名称。
有什么建议么?
这不是 OS X 特定的:只需使用 --force 标志,例如:
svn co --force [SVN path]
但只有当您确定结帐不会损害您现有的文件时才这样做!