Skip to content

Xcode

xCode 4 and SVN subversion server IP address change

Recently we needed to change IP addresses on our SVN subversion server. We have blogged before about the SVN xCode Tips here. What we did now though was to change the IP address of the SVN subversion server after we had already configured the connection to the server on our Mac computers. The change process was surprising to us, and here is why. 1. We fully expected to have to much around with the entire connection thing. We were ready to refer to our above blog and re-establish connections. 2. When we fist established the new IP, and verified that it had propagated to the updated DNS listings etc, we found that xCode did not connect. By chance we were short of time. So we rebooted the computers, and tried again. Still verifying that the IP resolved correctly etc. No joy! With time constraints that day, we put it down… Read More »xCode 4 and SVN subversion server IP address change

xcode 4 with subversion SVN server–Tips

[gard] As newly anointed Xcode developers, and now with the release of Xcode 4. We found our team working on trying to get connected to a new subversion (svn) server at the same time we were trying to discover some new features of Xcode 4. Talk about challenging. Actually this was the first time with anything Apple we have not had a great experience. Loads of talk etc on the net about what a pain in the bum it all is. For those who don’t know. Subversion is a code storage system that allows check in / check out of developer Xcode to a server. There are services online that you can pay monthly to for the use of a SVN server. We wanted to host it on one of our own servers. The setup was not easy and required the setup of a new Linux server, then the setup… Read More »xcode 4 with subversion SVN server–Tips