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.
我正在使用 Xcode v4.6.3 并且我的存储库服务器类型是颠覆。我找不到检查旧版本的方法。有没有办法做到这一点?如果不是,我应该使用什么工具?
最简单的方法仍然是使用 svn 的命令行界面:
svn checkout -r xxx PATH
或者您可以使用另一个 GUI 来补充 XCode。