xcode subversion settings to connect to network based repository

爱⌒轻易说出口 提交于 2019-12-12 06:14:14

问题


I know its not the right way to go about it but in this situation we only have 2 developers and need a quick repository setup.

I have created a repository and placed it on a network server. The repository can be accessed by smb://192.168.0.99/Dev/MyApp/Repository

In xcode repositories how do create a link to this repository. I have gone from SCM -> Repositories -> Created a Repository using the + button. Just cannot successfully connect to the repository on the network folder. Currently the Scheme is set to smb, the host set to 192.168.0.99 and path set to /Dev/MyApp/Repository

But it says error: 170000 bad url passed to RA Layer. unrecognized URL scheme for smb....

How do i set the settings to connect to the network folder based repository?

Thanks in advance


回答1:


use the finder to set up a connection to the smb share first

finder->go->connect to server
enter smb://xxxxx details
connect

Then you should be able to access the repository.



来源:https://stackoverflow.com/questions/4720575/xcode-subversion-settings-to-connect-to-network-based-repository

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!