In OSX, due to Java Development, SVN is upgraded to 1.7 using port.
However, when using xcode to submit code, an error is always reported. You can only use the command line or GUI tool (syncro SVN client ).
After studying these two days, we found that
Fjh-Mac-Pro: Bin fengjianhua $ PWD/applications/xcode. APP/contents/javasfw.mac-Pro: developer fengjianhua $ lldrwxr-XR-x 7 root wheel 238 4 18 usrf1_- Mac-Pro: Bin fengjianhua $ PWD/applications/xcode. APP/contents/developer/usr/binfjh-Mac-Pro: Bin fengjianhua $ LL
The SVN command is found in the bin, which is backed up and renamed. Re-open xcode and use SVN. The command line cannot be found.
SVN of/applications/xcode. APP/contents/developer/usr/bin called by xcode
This is easy to do. Just click ln.
Fjh-Mac-Pro: Bin fengjianhua $ which SVN/opt/local/bin/SVN
Ln-S/opt/local/bin/SVN */applications/xcode. APP/contents/developer/usr/bin
Note: SVN *
Restart xcode.