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 存储库。我创建了自己的 git 存储库,但文件一直提交到旧的 svn。删除管理器中的第一个存储库根本没有帮助,如果我尝试提交文件,它会重新创建......
那么如何在旧的 svn 和新的 git 存储库之间切换呢?
关闭 XCode,进入终端并从文件夹层次结构中删除所有 .svn 目录,发出“git init”。在根目录中,现在重新启动 XCode。