Free tutorials for Java, Eclipse and Web programming



Follow me on twitter

SVN in Eclipse (Subversive)

Lars Vogel

Version 1.1

18.14.2011

Revision History
Revision 0.110.06.2009Lars Vogel
Created
Revision 0.2 - 1.103.07.2009 - 18.14.2011Lars Vogel
bugfixes and enhancements

Subversive (SVN) with Eclipse

The following describes the installation of Eclipse subversive and gives a short comparison of the different svn connectors. This article is based on Eclipse 3.6 (Helios).


Table of Contents

1. Eclipse Subversive
2. Connectors
3. Installation
4. Appendix: Tips
4.1. Ignored resources
5. Thank you
6. Questions and Discussion
7. Links and Literature
7.1. Source Code
7.2. Eclipse Subversive Resources
7.3. vogella Resources

1. Eclipse Subversive

Subversion is a centralized version control system, e.g. the whole history of a project is stored on a server. Subversion libraries and executables are written in the programming language C. Alternatives to centralized version control system are distributed version control systems, for example Git .

Eclipse Subversive is a plugin for Eclipse to use subversion (svn). To use subversion from Eclipse you need the Eclipse plugins which extends Eclipse with the subversion functionality and you need connectors which allows to connect from Java to subversion. Unfortunately the Eclipse UI plugins and the connectors are in different update sites due to license reasons with the connectors.