Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing SVN plugin for Eclipse on Ubuntu

Tags:

eclipse

svn

I am a brand new Linux user configuring my first-ever dev sandbox in Ubuntu. I have installed Java and Eclipse and am trying to get either Subversive or Subclipse (I don't have a preference either way) but have a few questions before I start that process.

I just opened Synaptic and downloaded subversion through it.

(1) I'm not really sure how SVN deploys locally. My understanding is that SVN has a client and a server; the server manages the repository(ies) and the clieent just sends commands to the server. Is this correct? If so, then what did I download through Synaptic? The client, and/or the server?

(2) Do these Eclipse plugins come with SVN (client or server...?) or do you have to pre-install SVN prior to installing these plugins? Basically: is SVN a pre-req for Subclipse or Subversive?

Looking back at these 2 questions if someone could first explain to me the architecture of SVN, then explain how that architecture translates to downloading SVN via Synaptic, and then how it translates to downloading/installing either Eclipse plugin, I would see the "big picture" a lot better.

Thanks for any and all help!

like image 353
Zac Avatar asked Jan 03 '11 00:01

Zac


People also ask

How do I access SVN on Ubuntu?

SVN comes by default on most GNU/Linux operating system. If it does not exist on your machine, install it. To install the SVN server package and their dependencies on Linux, run the below command: sudo apt-get install subversion.

How do I know if SVN is installed in Eclipse?

Test SVN Repository in EclipseClick on the other option, scroll the menu, and Select SVN Repository Exploring. Now, we can explore the SVN repository.

What is SVN Connector for Eclipse?

A Subversive SVN Connector uses a SVN library to communicate with SVN repositories. Currently, there is only the connector which uses the SVNKit library. This library is developed as open-source project, but since its license is not EPL-compatible, the whole connector has to be distributed from an external website.


1 Answers

I use subclipse with svnkit. Both can be installed from update site of subclipse. Works fine. No other sotware needed. You need to set svnkit instead of javahl. This can be done in preferences.

Installation Help/install new software. Update sites depending on the version:

http://subclipse.tigris.org/update_1.8.x

http://subclipse.tigris.org/update_1.6.x alt text

Setting window/preferences. (pick svkit at bottom): alt text

like image 96
Gábor Lipták Avatar answered Sep 20 '22 17:09

Gábor Lipták