- Go to Eclipse Help menu and click on "Install New Software"
- Install Subclipse:
Add the following site for subclipse
http://subclipse.tigris.org/update_1.10.x/ - Select both "Subclipse" and "SVNKit" from the names which appear after adding the subclipse link
- Click Next, accept conditions and let eclipse download and install subclipse
- Now restart Eclipse after the installation
Subclipse will be ready to use now - Go to "preferences" under the windows menu
- Go to "Team" in the left menu and then select "SVN" sub-menu
- In the "General SVN Setting" select Team and "SVN" sub-menu
Select SVNKit (Pure Java)--- in the "SVN interface" drop-down menu
First we have to create a project. Instructions for creating a project can be found on
Creating Project on Google Code
Once a project has been created on the Google Code, Subclipse has to be connected to the project.
- Go to Eclipse, Click on "Windows" menu, "Show View" and select "Other"
- Select "SVN' and "SVN Repositories" and click OK.
- Right Click in the "SVN Repositories" tab and choose "New" - "Repository Location"
- "Add SVN Repository" window opens.
- Go to the Source tab and under Checkout you will find your svn checkout URL
- For the Location URL, give your URL which should be like
https://your_url.googlecode.com/svn/trunk
- In my case the URL is "https://agent-desktop.googlecode.com/svn/trunk" for the project which was created in Creating Project on Google Code post. Click Finish after providing the URL
- After Finishing you will be asked for the username and the password
this password can be found on project home page under the SVN tab. Search for the link googlecode.com password - Under the Source -> Checkout, Click the link (googlecode.com password) and save the generated password.
- Now the Subclipse is connected to the Google code
Next Step is to Commit your project code
Follow instructions for committing code on Google Code project repository.
Click this link-> Committing Code from Eclipse to the Google Code Repository Link
No comments:
Post a Comment