xcode 4 配置svn问题

最近开始搞iphone开发,需要在xcode4上配置svn,查了苹果官方资料,svn服务器(repository)成功connect,也能check out,就是不能创建目录和import东西,报错:“Can't read stdin: End of file found”。

google了问题,找到一个 http://stackoverflow.com/questions/5376422/xcode-4-svn-working 奈何还是搞不定;

找了半天,在cocoachina上看到一个相同的,提示用这个方法:http://www.interactivewebs.com/blog/index.php/iphone/xcode-4-with-subversion-svn-servertips/

终于搞定。话说xcode的svn客户端有够差的。

记住:Without the terminal session upload, you will never get it working!

在shell里运行svn import命令时,可能会报错,这是因为没有设置svn编辑器,输入“export SVN_EDITOR=vim”声明系统变量后就能正常运行了。

posted @ 2011-08-16 21:36  qyf  阅读(1886)  评论(1编辑  收藏  举报