Xcode can not get source files from SVN repo
HI,
I have set up a SVN repository in an external machine via command line and using mac os x and works great.
Now I want Xcode (snow leopard) to get the source fron the repo, but I get a lots of errors, and have no clue what is going on.
Could you point me to some godo tutor开发者_如何学JAVAial or link for this? I googled but found nothing good.
Thanks
Under the SCM menu, select repositories. Then add a new repository, paste in the URL section the exact same URL you would use on the command line, e.g.: svn+ssh://polymicrosystems.com/home/tgunr/svn/pms
The rest of the lines should auto fill. Put in your name and password and it should connect to your SVN host.
Example pix here
精彩评论