Tag/tag.png

Needs Updating
This article needs updating to include the latest versions of Ubuntu. More info...

Introduction

Subclipse is an Eclipse plugin that provides project integration with Subversion repositories. Using Subclipse you can checkout, browse, and share code from any Subversion repository.

See : Subversion

See : Official Subclipse Home Page

See : EclipseIDE

The Chinese translation of this article.

Subversion support

First of all, install the subversion package (see InstallingSoftware).

Installing Subclipse

To install Subclipse:

You need to install the version of subclipse matching your subversion client, for example with

$ svn --version
svn, version 1.6.17 (r1128011)

the right Remote site for subclipse installation is http://subclipse.tigris.org/update_1.6.x For details see subclipse wiki

NOTE: On Ubuntu 9.10+ you may need to install the eclipse-pde package before installing Subclipse.

Configuring a Subversion Repository

To configure Subclipse to connect to a repository open the SVN Repository Exploring perspective:

You should now have the SVN Repository view open in the right hand column. Now we can add our Subversion repository url:

Using Subclipse

Once you've configured your repository you can check out code into a new Eclipse project. You can also create new project from Subversion repositories by:

You can upload your code into a Subversion repository by:

Once you've shared your project or checked one out you can access most common svn functions by right clicking the project and selecting an item from the Team menu.

Note: this guide has been tested on Ubuntu 7.06 (Feisty Fawn) and Ubuntu 7.10 (Gutsy Gibbon), and partially tested on Ubuntu 10.04 (Lucid Lynx).


CategoryProgramming

EclipseSubversion (last edited 2020-06-30 13:08:35 by paulw2u)