Posts tagged: eclipse

Installing Svn plugin to Eclipse and Using Google’s SVN Code Repository With Eclipse

By Necati Peynirci, 25 February 2010 15:44


First off all install eclipse if you haven’t already (galileo is used in this tutorial):


(http://www.eclipse.org/downloads/)


Open Eclipse


Help –> Install New Software


Add http://download.eclipse.org/technology/subversive/0.7/update-site/ to “Work With” value and click add.




Insert a name value in popup page.


Check Subversive SVN Connectors box and click Next .




Restart your eclipse .


Click Window –>Open Perspective –> Other –> Svn Repository Exploring –>


Check SVN kid 1.1.7 in Install Connectors window.




Click Finish


After this a new window will be opened .




Click Next and Next again


Click Accept terms of the licence aggerements and Click Finish


Restart Your Eclipse


Your svn plugin installation is okey.


Now we will create a new project in google code repository.


Log in With Your gmail account and create a project.


You can use below link :


http://code.google.com/hosting/

We will created a project with name “samplesvnproject”


The svn url will be


The URL will be:


https://[YOUR_PROJECT_NAME].googlecode.com/svn


You can see your svn password in https://code.google.com/hosting/settings


In our demo our url is https://samplesvnproject.googlecode.com/svn


click Window –>Open Perspective –> Other –> Svn Repository Exploring


Click New –> Repository Location


Type url of your project for our demo https://samplesvnproject.googlecode.com/svn




For username type your gmail account which you created the project


Type your password in https://code.google.com/hosting/settings


Click Save Password .


Click Finish


Your repository is ready


Now you can create a new project and share your project to Google’s svn repository

VN:F [1.9.3_1094]
Rating: 4.3/5 (3 votes cast)
VN:F [1.9.3_1094]
Rating: +1 (from 1 vote)