You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _wikis/BioJava3_Eclipse_with_SVN.mediawiki
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,22 @@
15
15
16
16
== Details for specific Eclipse Versions ==
17
17
18
+
=== Update for Eclipse Juno (I use Juno SR1)(October 2012) ===
19
+
There used to be some conflicts with SVN connectors, but thank God, things are good now.
20
+
Now, it's as simple as this:
21
+
22
+
* From Help menu select "Install new software..."
23
+
* select the Juno update site option (Juno - http://download.eclipse.org/releases/juno)
24
+
* Check "m2e - Maven Integration for Eclipse", and "Subversive SVN Team Provider"
25
+
* Go through the regular process (next, accept, & restart)
26
+
* After installing both plugins, from File menu, select new --> project... --> "Checkout Maven Projects from SCM" (as shown in the picture).
27
+
* beside the '''SCM URL''' label, there is a drop down box for SCM type, and a text field for URL. In the first time, the drop down box will be empty...
28
+
* you will find a small line below containing "Find more SCM connectors in the m2e Marketplace". Click m2e Marketplace.
29
+
* In the "m2e team providers" section, select "m2e-Subversive", then the next/accept/etc. process.
30
+
* When you start first call to SVN-based operation, eclipse will show you a window asking you to choose a connector. The safest way is to select SVNkit (pure java implementation). This choice will not install any conflicting binaries to your system, also, being Java-based, it is OS independent.. you will keep your head from all hassle related to win32/64 compatibility and such stuff.
31
+
* congratulations! Everything is ready now. Go back to the "Checkout Maven Projects from SCM", you will see an SVN option in the dropdown box. Select it, key in the URl, and import.
32
+
33
+
----
18
34
=== Update for Eclipse Helios SR2 (May 2011) ===
19
35
20
36
The above plugins are still available and work fine, however, below are the few important particulars.
0 commit comments