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://xxx/repo-name/trunk
svn://xxx/repo-name/trunk
如何将源代码下载到本地硬盘上?
我尝试在 Mac 上使用以下命令使用终端:
#svn checkout svn://xxx:portnumber/repo-name/trunk
这似乎没有帮助。
我还尝试使用 Xcode 中的 Organizer 来设置存储库,但没有成功。
另外:如果项目被下载,它是否保存在我硬盘的根目录中?