Pages

Wednesday, October 26, 2011

Configuring SubEclipse as SVN client for Eclipse Indigo on Mac

* Goto Help->Install New Software

* Add the following update site. Don't take the latest version which now is 1.8, this doesn't work.

http://subclipse.tigris.org/update_1.6.x
* Now select all the options, click yes for terms and condition.

* Thats it the client is installed. You can explore the SVN Perspective to know more about it

How to “add existing frameworks” in Xcode 4?


  1. In the project navigator, select your project
  2. Select your target
  3. Select the 'Build Phases' tab
  4. Open 'Link Binaries With Libraries' expander
  5. Click the '+' button
  6. Select your framework
  7. (optional) Drag and drop the added framework to the 'Frameworks' group

How to login as root in terminal ?

To login as root in case your id has root access, type the following in the Terminal's console.

sudo su -