Subclipse

From KevinWiki

(Difference between revisions)
Jump to: navigation, search
 
Line 15: Line 15:
</pre>
</pre>
-
*The latest version released is 1.6.x yet there may be a problem with it when installing on Eclipse Ganymede.
+
*The latest version released: 1.6.x
<pre>
<pre>
Version 1.6.x:
Version 1.6.x:
Line 23: Line 23:
=== Install ===
=== Install ===
-
*Version 1.4.x
+
==== Version 1.4.x ====
-Expand the Subclipse update site then there should be three sub-categories from it.
-Expand the Subclipse update site then there should be three sub-categories from it.
<pre>
<pre>
Line 50: Line 50:
*Install the selected components
*Install the selected components
 +
 +
==== Version 1.6.x ====
 +
-Expand the Subclipse update site then there should be three sub-categories under it.
 +
<pre>
 +
+Core SVNKit Library (required)
 +
+Optional JNA Library (recommended)
 +
+Subclipse
 +
</pre>
 +
 +
*Select All the components.
 +
 +
  -Core SVNKit Library (required)
 +
v└'''SVNKit Library'''
 +
  -Optional JNA Library (recommended)
 +
v└'''JNA Library'''
 +
  -Subclipse
 +
v├'''CollabNet Merge Client'''
 +
v├'''Subclipse (Required)'''
 +
v├'''Subclipse Integration for Mylyn 3.x (Optional)'''
 +
v├'''Subversion Client Adapter (Required)'''
 +
v├'''Subversion JavaHL Native Library Adapter (Required)'''
 +
v├'''Subversion Revision Graph'''
 +
v└'''SVNKit Client Adapter (Not required)'''
 +
 +
-v: Selected
 +
 +
(Even though it says SVNKit Client Adapter is not required, this should be installed otherwise subclipse will complain that the Client Adapter cannot be found when access an svn).
 +
 +
 +
*Click the 'Install' button
 +
== Usage ==
== Usage ==

Latest revision as of 15:53, 27 June 2009

Subclipse is an Eclipse plug-in which provides Subversion support for Eclipse.


Contents

Installation

Subclipse can easily be installed through Eclipse Update Manager.

Add Update Site

  • Add the following Subclipse repository as the Eclipse Update site through the Eclipse Update Manager.

(Eclipse 3.2/Callisto, 3.3/Europa, 3.4/Ganymede)

Version 1.4.x:
http://subclipse.tigris.org/update_1.4.x
  • The latest version released: 1.6.x
Version 1.6.x:
http://subclipse.tigris.org/update_1.6.x


Install

Version 1.4.x

-Expand the Subclipse update site then there should be three sub-categories from it.

+Subclipse
+Subclipse Integrations
+Subclipse SVNKit Option


  • Select All components in the Sub-category named Subclipse and SVNKit Client Adapter in the Subclipse Integrations.
 -Subclipse
*├Subclipse - Required
*├Subversion Client Adapter - Required
*├Subversion Native Library Adapter (JavaHL) - Strongly Recommended
*└Subversion Revision Graph

 +Subclipse Integrations

 -Subclipse SVNKit Option
 ├JNA Library
*├SVNKit Client Adapter
 └SVNKit Library

-*: Selected

  • Install the selected components

Version 1.6.x

-Expand the Subclipse update site then there should be three sub-categories under it.

+Core SVNKit Library (required)
+Optional JNA Library (recommended)
+Subclipse
  • Select All the components.
 -Core SVNKit Library (required)
v└SVNKit Library
 -Optional JNA Library (recommended)
v└JNA Library
 -Subclipse
v├CollabNet Merge Client
v├Subclipse (Required)
v├Subclipse Integration for Mylyn 3.x (Optional)
v├Subversion Client Adapter (Required)
v├Subversion JavaHL Native Library Adapter (Required)
v├Subversion Revision Graph
v└SVNKit Client Adapter (Not required)

-v: Selected

(Even though it says SVNKit Client Adapter is not required, this should be installed otherwise subclipse will complain that the Client Adapter cannot be found when access an svn).


  • Click the 'Install' button


Usage

Ignore binary files when committing

-'Window' menu -> 'Preferences' -> 'Team' -> 'Ignored Resources'

-Click the 'Add Pattern' and enter

*.class

-Click the 'OK' button

-Click the 'Add Pattern' and enter

*/target/*

-Click the 'OK' button

Personal tools