Skip to content

Commit 960672b

Browse files
Amr AL-Hossaryandreasprlic
authored andcommitted
/* Details for specific Eclipse Versions */
1 parent 2858459 commit 960672b

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

_wikis/BioJava3_Eclipse_with_SVN.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,39 @@ Installation
3636
Details for specific Eclipse Versions
3737
-------------------------------------
3838

39+
### Update for Eclipse Juno (I use Juno SR1)(October 2012)
40+
41+
There used to be some conflicts with SVN connectors, but thank God,
42+
things are good now. Now, it's as simple as this:
43+
44+
- From Help menu select "Install new software..."
45+
- select the Juno update site option (Juno -
46+
<http://download.eclipse.org/releases/juno>)
47+
- Check "m2e - Maven Integration for Eclipse", and "Subversive SVN
48+
Team Provider"
49+
- Go through the regular process (next, accept, & restart)
50+
- After installing both plugins, from File menu, select new --\>
51+
project... --\> "Checkout Maven Projects from SCM" (as shown in the
52+
picture).
53+
- beside the **SCM URL** label, there is a drop down box for SCM type,
54+
and a text field for URL. In the first time, the drop down box will
55+
be empty...
56+
- you will find a small line below containing "Find more SCM
57+
connectors in the m2e Marketplace". Click m2e Marketplace.
58+
- In the "m2e team providers" section, select "m2e-Subversive", then
59+
the next/accept/etc. process.
60+
- When you start first call to SVN-based operation, eclipse will show
61+
you a window asking you to choose a connector. The safest way is to
62+
select SVNkit (pure java implementation). This choice will not
63+
install any conflicting binaries to your system, also, being
64+
Java-based, it is OS independent.. you will keep your head from all
65+
hassle related to win32/64 compatibility and such stuff.
66+
- congratulations! Everything is ready now. Go back to the "Checkout
67+
Maven Projects from SCM", you will see an SVN option in the dropdown
68+
box. Select it, key in the URl, and import.
69+
70+
------------------------------------------------------------------------
71+
3972
### Update for Eclipse Helios SR2 (May 2011)
4073

4174
The above plugins are still available and work fine, however, below are

_wikis/BioJava3_Eclipse_with_SVN.mediawiki

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,22 @@
1515

1616
== Details for specific Eclipse Versions ==
1717

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+
----
1834
=== Update for Eclipse Helios SR2 (May 2011) ===
1935

2036
The above plugins are still available and work fine, however, below are the few important particulars.

0 commit comments

Comments
 (0)