Subclipse

From KevinWiki

(Difference between revisions)
Jump to: navigation, search
 
(2 intermediate revisions not shown)
Line 1: Line 1:
[[Category:Eclipse Plugins]]
[[Category:Eclipse Plugins]]
 +
[http://subclipse.tigris.org Subclipse] is an Eclipse plug-in which provides Subversion support for Eclipse.
 +
 +
 +
== 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)
 +
 +
<pre>
 +
Version 1.4.x:
 +
http://subclipse.tigris.org/update_1.4.x
 +
</pre>
 +
 +
*The latest version released: 1.6.x
 +
<pre>
 +
Version 1.6.x:
 +
http://subclipse.tigris.org/update_1.6.x
 +
</pre>
 +
 +
 +
=== Install ===
 +
==== Version 1.4.x ====
 +
-Expand the Subclipse update site then there should be three sub-categories from it.
 +
<pre>
 +
+Subclipse
 +
+Subclipse Integrations
 +
+Subclipse SVNKit Option
 +
</pre>
 +
 +
 +
*Select All components in the Sub-category named <code>Subclipse</code> and <code>SVNKit Client Adapter</code> in the <code>Subclipse Integrations</code>.
 +
 +
  -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.
 +
<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 ==
 +
 +
=== 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

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