Subversive installation instructions are out of date (bug 286051)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=286051
diff --git a/documentation/faq.php b/documentation/faq.php
index 0d1dcec..af0a77f 100644
--- a/documentation/faq.php
+++ b/documentation/faq.php
@@ -46,8 +46,6 @@
<br/>
<a class="content" href="#linux">How can I use JavaHL Connector on Linux OS?</a>
<br/>
- <a class="content" href="#connectors">What are the differences between SVN Connectors and which one to choose?</a>
- <br/>
<h2>Versions and compatibility</h2>
<a class="content" href="#version">Is it right that version 0.7 is newer then versions 1.1.0 and 1.0.0, which I previously used?</a>
<br/>
@@ -60,19 +58,14 @@
<br/>
<hr width="100%"/>
<h2>General</h2>
- <p align="justify" id="install">
- <h3>How to install Subversive?</h3>
- The most friendly installation process - point Eclipse update manager to Subversive Update Site and follow instructions of Installation wizard. If for some reason you can't use Update Site you can download so-called Archived Update Site and point Eclipse update manager to this file locally on your computer.
- Please refer <a href="gettingStarted/aboutSubversive/install.php">Installation instructions</a> topic for details how to install, update and manage Subversive.
- </p>
+ <h3>How to install Subversive?</h3>
+ <p align="justify" id="install">The most friendly installation process - point Eclipse update manager to Subversive Update Site and follow instructions of Installation wizard. If for some reason you can't use Update Site you can download so-called Archived Update Site and point Eclipse update manager to this file locally on your computer. Please refer <a href="gettingStarted/aboutSubversive/install.php">Installation instructions</a> topic for details how to install, update and manage Subversive.</p>
<br/>
- <p id="create">
- <h3>How can I create a repository and fill it with data?</h3>
- Unfortunately there is no any probability to create the SVN® repository using plug-in UI, so you'll have to do it manually using 'svnadmin create' command. To import required data to the repository create a repository location using <a href="teamSupport/new_location_wiz.php">'SVN Repository Location Wizard'</a>, share required project (or projects) using <a href="teamSupport/sharing_wiz.php">'SVN Sharing Wizard'</a> and perform the initial commit.
- </p>
+ <h3>How can I create a repository and fill it with data?</h3>
+ <p id="create">In order to create repository with the Subversive UI you should have either: native JavaHL or SVN Kit 1.3.5 based connector installed, or you'll have to do it manually using 'svnadmin create' command. In the last case you'll also need to create a repository location for the created repository using <a href="teamSupport/new_location_wiz.php">'SVN Repository Location Wizard'</a>, then you can share required project (or projects) using <a href="teamSupport/sharing_wiz.php">'SVN Sharing Wizard'</a> and perform the initial commit.</p>
<br/>
+ <h3>How to start use Subversive with already checked out projects?</h3>
<p id="checked">
- <h3>How to start use Subversive with already checked out projects?</h3>
<u>If you have project checkouted by another Eclipse SVN plug-in and want to work with it using Subversive</u><br/>
<ol>
<li>
@@ -84,68 +77,24 @@
If project has meta-information (.svn folders) you can just import it into the workspace, which cause automatic connection to the Subversive if appropriate SVN location will be found. In order to make import select <i>'File > Import... > General > Existing projects into Workspace'</i>.
</p>
<br/>
- <p id="changes">
- <h3>Subversive doesn't see the file changes.</h3>
- Have you tried editing outside Eclipse IDE? If so, please hit refresh (F5) button over the project node.
- </p>
- <p id="linux">
- <h3>How can I use JavaHL Connector on Linux OS?</h3>
- Please refer to <a href="gettingStarted/aboutSubversive/linux.php">'Note for Linux users'</a> documentation page.
- </p>
- <p id="connectors">
- <h3>What are the differences between SVN Connectors and which one to choose?</h3>
- <b>JavaHL</b> is a native client implementation (so it needs a binaries to work (dll on Windows, so on Unix and so on). It is developed by tigris with Subversion itself as a Java binding for subversion.
- <br/>
- Pros:
- <ul>
- <li>There is always a new version of this client with the new version of Subversion</li>
- </ul>
- Cons:
- <ul>
- <li>To work with SSH protocol you need to create a tunnel manually</li>
- <li>There is no interface to configure proxy server settings</li>
- <li>It's almost impossible to get to work together JavaHL 1.5.x and 1.6.x clients, cause Java class loader can not use binaries with the same names in two plug-ins.</li>
- <li>Because of native binaries usage any crash in the library makes Eclipse to crash either.</li>
- </ul>
- <br/>
- <b>SVNKit</b> is a pure Java implementation of the client (reverse engineered one), so it can be run on any OS with JRE installed.
- <br/>
- Pros:
- <ul>
- <li>You do not need to find the binaries for you OS to get it to work</li>
- <li>There is an interface for configuring proxy server settings</li>
- <li>The work with SSH is incapsulated inside the client</li>
- <li>It will never crash your Eclipse IDE instance</li>
- </ul>
- Cons:
- <ul>
- <li>It's new versions are released always some time after Subversion release</li>
- <li>Sometimes it inherits bugs from the native code while adopting it</li>
- <li>The first versions (BETAs and RCs) are sometimes very unstable</li>
- </ul>
- <br/>
- It's only for you to choose which connector to use.
- </p>
+ <h3>Subversive doesn't see the file changes.</h3>
+ <p id="changes">Have you tried editing outside Eclipse IDE? If so, please hit refresh (F5) button over the project node.</p>
+ <h3>How can I use JavaHL Connector on Linux OS?</h3>
+ <p id="linux">Please refer to <a href="gettingStarted/aboutSubversive/linux.php">'Note for Linux users'</a> documentation page.</p>
<hr width="100%"/>
<h2 id="versions">Versions and compatibility</h2>
- <p id="version">
- <h3>Is it right that version 0.7 is newer then versions 1.1.0 and 1.0.0, which I previously used? </h3>
- Yes, it's right, that version is most consistent and up-to-date. Why it has 0.7 number? According to Eclipse Foundation requirements, new and migrated projects should go through incubation phase. On incubation phase project should have version less then 1.0 - that's a reason of version change.
- </p>
+ <h3>Is it right that version 0.7 is newer then versions 1.1.0 and 1.0.0, which I previously used? </h3>
+ <p id="version">Yes, it's right, that version is most consistent and up-to-date. Why it has 0.7 number? According to Eclipse Foundation requirements, new and migrated projects should go through incubation phase. On incubation phase project should have version less then 1.0 - that's a reason of version change.</p>
<br/>
- <p id="compatibility">
- <h3>I use Eclipse 3.2. Can I use Eclipse Subversive?</h3>
- Version, distributed on Eclipse.org requires Eclipse 3.3, so you can't use it. But you can use one of previous Subversive releases still distributed from former project home at <a href="http://www.polarion.com?utm_source=eclipse.org&utm_medium=link&utm_campaign=subversive">www.polarion.com</a>.
- </p>
+ <h3>I use Eclipse 3.2. Can I use Eclipse Subversive?</h3>
+ <p id="compatibility">Version, distributed on Eclipse.org requires at least Eclipse IDE version 3.4, so you can't use it. But you can use one of previous Subversive releases still distributed from former project home at <a href="http://www.polarion.com">www.polarion.com</a>.</p>
<hr width="100%"/>
<h2>Feedback</h2>
- <p id="bug">
- <h3>How to send a bug report?</h3>
- Subversive handles errors and in case of error detection is asked for sending of the automatic error report. This report contains required information such as stack trace and Java environment. You can also provide your comments about a problem, which help developers to find a reason of problem. Note that report doesn't contain any confidential information and you can review what exactly will be sent. All what you need to send such report is just to press a button in dialog.
- </p>
+ <h3>How to send a bug report?</h3>
+ <p id="bug">Subversive handles errors and in case of error detection is asked for sending of the automatic error report. This report contains required information such as stack trace and Java environment. You can also provide your comments about a problem, which help developers to find a reason of problem. Note that report doesn't contain any confidential information and you can review what exactly will be sent. All what you need to send such report is just to press a button in dialog.</p>
<br/>
+ <h3>How can I participate in Subversive improvement?</h3>
<p id="improve">
- <h3>How can I participate in Subversive improvement?</h3>
We cordially invite everyone in the Subversive community to get involved with the project newsgroup at <a href ="news://news.eclipse.org/eclipse.technology.subversive">news://news.eclipse.org/eclipse.technology.subversive</a> (more below). This is crucial if we want to reach the eventual goal of inclusion of Subversive in the Eclipse IDE. Synergy of the Subversive team and the Community will lead the way towards defining the expectations of the potential user community, adjusting the project's goals accordingly, and eventually accomplishing those goals.<br/><br/>
<u>How to participate in discussion</u><br/>
You can send your comments about the Subversive project proposal or share you vision about the Subversive as a whole, to the <a href="news://news.eclipse.org/eclipse.technology.subversive">news://news.eclipse.org/eclipse.technology.subversive</a> newsgroup.<br/><br/>
diff --git a/documentation/gettingStarted/aboutSubversive/install.php b/documentation/gettingStarted/aboutSubversive/install.php
index 81cfa21..1f6507c 100644
--- a/documentation/gettingStarted/aboutSubversive/install.php
+++ b/documentation/gettingStarted/aboutSubversive/install.php
@@ -38,15 +38,15 @@
<p>Subversive can be simply installed from within Eclipse using update manager. All what the user should do is just point update manager to the remote or local update site. To install Subversive:</p>
<ol>
<li>
- Start Eclipse and select menu item <i>'Help > Software Updates...'</i>
+ Start Eclipse and select menu item <i>'Help > Instal New Software...'</i>
<br/><br/><img border="0" src="../../images/find_and_install.png" alt="Software Updates"/><br/><br/>
</li>
<li>
- Select the <i>'Available Software'</i> tab group and click the <i>'Add Site...'</i> button.
+ Then selec common software repository or if you need to install Subversive only, you can directly add Subversive update site by pressing <i>'Add'</i> button.
<br/><br/><img border="0" src="../../images/add_site.png" alt="Update manager"/><br/><br/>
</li>
<li>
- On the <i>'Add Site'</i> dialog enter the URL to SVN Connectors update site. The proper URL can be found on <a href="http://www.eclipse.org/subversive/downloads.php">http://www.eclipse.org/subversive/downloads.php</a>.
+ On the <i>'Add Repository'</i> form enter the URL to the Subversive update site. The proper URL can be found on <a href="http://www.eclipse.org/subversive/downloads.php">http://www.eclipse.org/subversive/downloads.php</a>.
Also the update-site for Subversive integration plug-ins can be added in the same way.
<ul>
<li>
@@ -57,7 +57,7 @@
<br/><br/><img border="0" src="../../images/new_update_site.png" alt="New update site"/><br/><br/>
</li>
<li>
- The Subversive update site provides following features list.
+ The Subversive software can be found in the common software repository in 'Collaboration Tools' section and provides following features list.
<ul>
Required feature, which should be installed unconditionally:
<li>
@@ -72,10 +72,13 @@
<b>JDT Ignore Extensions</b> - The feature is useful for Java development because it allows to interpret output folders as ignored resources automatically.
</li>
<li>
+ <b>Revision Graph</b> - The feature is useful for visual browsing of the SVN revisions tree.
+ </li>
+ <li>
<b>SVN Team Provider Sources</b> - The sources of the Eclipse Team Provider for Subversion.
</li>
</ul>
- <br/>Select SVN Team Provider, Subversive SVN Connectors and other features if required and click the <i>'Install'</i> button.
+ <br/>Select Subversive SVN Team Provider and other features if required and then follow through installation wizard steps.
<br/><br/><img border="0" src="../../images/install_search_res.png" alt="Feature Search Result"/><br/><br/>
</li>
<li>
@@ -91,7 +94,8 @@
<br/><br/><img border="0" src="../../images/restart_dialog.png" alt="Restart dialog"/><br/><br/>
</li>
<li>
- After Eclipse restart you are able to start using Subversive.
+ After Eclipse restart you'll see connectors discovery dialog which will allow you to install Subversive Connectors without registering connectors update site manually.
+ <br/><br/><img border="0" src="../../images/discovery_connectors.png" alt="Connectors discovery dialog"/><br/><br/>
</li>
<li> You can find Subversive perspective and views in correspondent dialogs, activated by menu items <i>'Window > Open Perspective > Other...'</i> and <i>'Window > Show View > Other...'</i>.
<br/><br/>
diff --git a/documentation/gettingStarted/aboutSubversive/management.php b/documentation/gettingStarted/aboutSubversive/management.php
index 23b7830..6a142c1 100644
--- a/documentation/gettingStarted/aboutSubversive/management.php
+++ b/documentation/gettingStarted/aboutSubversive/management.php
@@ -38,11 +38,11 @@
<p>After Subversive installation the user can manage it using plug-in management options. Subversive can be disabled, enabled, uninstalled or updated. To manage Subversive:</p>
<ol>
<li>
- Start Eclipse and select menu item <i>'Help > Software Updates > Manage Configuration'</i>
- <br/><br/><img border="0" src="../../images/manage_configuration.png" alt="Manage configuration"/><br/><br/>
+ Start Eclipse and select menu item <i>'Help > About Eclipse'</i>, then press <i>'Installation Details'</i> button.
+ <br/><br/><img border="0" src="../../images/manage_configuration.png" alt="Manage configuration"/><img border="0" src="../../images/manage_configuration_about.png" alt="Manage configuration"/><br/><br/>
</li>
<li>
- After selecting Subversive plug-ins in the tree view the list of available management options is shown on the right to provide a probability of choosing required option.
+ Next you'll see the dialog where you can select Subversive plug-ins in order to update, uninstall them or to simply check their properties.
<br/><br/><img border="0" src="../../images/svn_team_pr_conf.png" alt="SVN Team Provider product configuration"/>
</li>
</ol>
diff --git a/documentation/gettingStarted/aboutSubversive/update_eclipse.php b/documentation/gettingStarted/aboutSubversive/update_eclipse.php
index fd1069f..1f05c04 100644
--- a/documentation/gettingStarted/aboutSubversive/update_eclipse.php
+++ b/documentation/gettingStarted/aboutSubversive/update_eclipse.php
@@ -38,11 +38,14 @@
<p>Subversive can be simply updated from within Eclipse using update manager. To update Subversive:</p>
<ol>
<li>
- Start Eclipse and select menu item <i>'Help > Software Updates...'</i>
- <br/><br/><img border="0" src="../../images/find_and_install.png" alt="Find and install"/><br/><br/>
+ Ensure you have enabled Subversive and Subversive Connectors update sites at <i>'Preferences > Install/Update > Available Software Sites'</i>
</li>
<li>
- On the <i>'Installed Software'</i> tab group select the features to update and click the <i>'Update...'</i> button.
+ Select menu item <i>'Help > Check for Updates'</i>
+ <br/><br/><img border="0" src="../../images/find_and_update.png" alt="Find and update"/><br/><br/>
+ </li>
+ <li>
+ Then mark software you wanted to update and follow through update wizard steps.
<br/><br/><img border="0" src="../../images/updates.png" alt="Update manager"/><br/><br/>
</li>
</ol>
diff --git a/documentation/gettingStarted/aboutSubversive/update_polarion.php b/documentation/gettingStarted/aboutSubversive/update_polarion.php
deleted file mode 100644
index 2d67d95..0000000
--- a/documentation/gettingStarted/aboutSubversive/update_polarion.php
+++ /dev/null
@@ -1,52 +0,0 @@
-<?php
- set_include_path($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common" . PATH_SEPARATOR . $_SERVER['DOCUMENT_ROOT'] . "/projects" . PATH_SEPARATOR . get_include_path());
- require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");
- require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php");
- require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php");
- $App = new App();
- $Nav = new Nav();
- $Menu = new Menu();
- include($App->getProjectCommon());
- # All on the same line to unclutter the user's desktop'
-
- #*****************************************************************************
- #
- # template.php
- #
- # Author: Igor Vinnykov
- # Date: 2008-07-01
- #
- # Description: Autogenerated for eclipse.org site pages from Eclipse IDE help
- #
- #
- #****************************************************************************
-
- #
- # Begin: page-specific settings. Change these.
- $pageTitle = "Eclipse Subversive - Documentation";
- $pageKeywords = "Subversive, Subversion, SVN, Team Provider, documentation, user guid";
- $pageAuthor = "Igor Vinnykov";
-
- include("_projectCommon.php"); # All on the same line to unclutter the user's desktop'
-
- # Paste your HTML content between the EOHTML markers!
- $html = <<<EOHTML
-
- <div id="midcolumn">
-
-<h3>Migration instructions (Polarion.com version installed)</h3>
- <p>To migrate from Polarion.com Subversive version to Eclipse one firstly you should install Eclipse version into your environment. For the instructions on Subversive installation please refer the <a href="install.php">'Subversive installation instructions'</a> topic.</p>
- <p>Please note that if you want to save your workspace settings related to SVN you shouldn't uninstall Polarion.com version before updating to the Eclipse one.</p>
- <p>After the installation is compleate and Eclipse has restarted you should click on <i>'Help > Subversive > Migrate Projects and Settings'</i> menu item for all workspaces which SVN settings should be saved. Then you are able to start using the updated version of Subversive.</p>
- <img border="0" src="../../images/migrate.png" alt="Migrate Projects and Settings"/><br/><br/>
- <p><u><i>Please note, that it is highly recommended to uninstall the Polarion.com version of Subversive <b>only after</b> performing the steps described above to avoid feather compatibility problems.</i></u></p>
- <br/>
- <br/>
- </div>
-
-EOHTML;
-
-
- # Generate the web page
- $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/documentation/images/add_externals.png b/documentation/images/add_externals.png
new file mode 100644
index 0000000..a8d591a
--- /dev/null
+++ b/documentation/images/add_externals.png
Binary files differ
diff --git a/documentation/images/add_site.png b/documentation/images/add_site.png
index 33186c1..4754653 100644
--- a/documentation/images/add_site.png
+++ b/documentation/images/add_site.png
Binary files differ
diff --git a/documentation/images/conflict_changeC.png b/documentation/images/conflict_changeC.png
index 4885f4e..b996de4 100644
--- a/documentation/images/conflict_changeC.png
+++ b/documentation/images/conflict_changeC.png
Binary files differ
diff --git a/documentation/images/discovery_connectors.png b/documentation/images/discovery_connectors.png
new file mode 100644
index 0000000..0ee4251
--- /dev/null
+++ b/documentation/images/discovery_connectors.png
Binary files differ
diff --git a/documentation/images/edit_tree_conflicts.png b/documentation/images/edit_tree_conflicts.png
index 5ce8f0b..c23f215 100644
--- a/documentation/images/edit_tree_conflicts.png
+++ b/documentation/images/edit_tree_conflicts.png
Binary files differ
diff --git a/documentation/images/find_and_install.png b/documentation/images/find_and_install.png
index 2490ee4..441e003 100644
--- a/documentation/images/find_and_install.png
+++ b/documentation/images/find_and_install.png
Binary files differ
diff --git a/documentation/images/find_and_update.png b/documentation/images/find_and_update.png
new file mode 100644
index 0000000..99fd36a
--- /dev/null
+++ b/documentation/images/find_and_update.png
Binary files differ
diff --git a/documentation/images/graph_props_view.png b/documentation/images/graph_props_view.png
new file mode 100644
index 0000000..d40729a
--- /dev/null
+++ b/documentation/images/graph_props_view.png
Binary files differ
diff --git a/documentation/images/history_view.png b/documentation/images/history_view.png
index 4399b4a..6d655d5 100644
--- a/documentation/images/history_view.png
+++ b/documentation/images/history_view.png
Binary files differ
diff --git a/documentation/images/install.png b/documentation/images/install.png
index 76a9c5f..7339885 100644
--- a/documentation/images/install.png
+++ b/documentation/images/install.png
Binary files differ
diff --git a/documentation/images/install_license.png b/documentation/images/install_license.png
index 4ab112f..ed3bf2b 100644
--- a/documentation/images/install_license.png
+++ b/documentation/images/install_license.png
Binary files differ
diff --git a/documentation/images/install_search_res.png b/documentation/images/install_search_res.png
index 7579c08..d8387d0 100644
--- a/documentation/images/install_search_res.png
+++ b/documentation/images/install_search_res.png
Binary files differ
diff --git a/documentation/images/lock.png b/documentation/images/lock.png
index fe72ddc..c5a9918 100644
--- a/documentation/images/lock.png
+++ b/documentation/images/lock.png
Binary files differ
diff --git a/documentation/images/manage_configuration.png b/documentation/images/manage_configuration.png
index ad43eb4..37f2fd6 100644
--- a/documentation/images/manage_configuration.png
+++ b/documentation/images/manage_configuration.png
Binary files differ
diff --git a/documentation/images/manage_configuration_about.png b/documentation/images/manage_configuration_about.png
new file mode 100644
index 0000000..7dcf129
--- /dev/null
+++ b/documentation/images/manage_configuration_about.png
Binary files differ
diff --git a/documentation/images/merge_view.png b/documentation/images/merge_view.png
index 91b715c..2f293d8 100644
--- a/documentation/images/merge_view.png
+++ b/documentation/images/merge_view.png
Binary files differ
diff --git a/documentation/images/new_update_site.png b/documentation/images/new_update_site.png
index 4a5b3ec..d599298 100644
--- a/documentation/images/new_update_site.png
+++ b/documentation/images/new_update_site.png
Binary files differ
diff --git a/documentation/images/own_change.png b/documentation/images/own_change.png
index c8b5bfa..15b39fd 100644
--- a/documentation/images/own_change.png
+++ b/documentation/images/own_change.png
Binary files differ
diff --git a/documentation/images/pref_autoprops.png b/documentation/images/pref_autoprops.png
index cda8ee3..77d7ac5 100644
--- a/documentation/images/pref_autoprops.png
+++ b/documentation/images/pref_autoprops.png
Binary files differ
diff --git a/documentation/images/pref_client.png b/documentation/images/pref_client.png
index 550e628..546bf3d 100644
--- a/documentation/images/pref_client.png
+++ b/documentation/images/pref_client.png
Binary files differ
diff --git a/documentation/images/pref_comment_templates.png b/documentation/images/pref_comment_templates.png
index 8a386b9..bbc3024 100644
--- a/documentation/images/pref_comment_templates.png
+++ b/documentation/images/pref_comment_templates.png
Binary files differ
diff --git a/documentation/images/pref_console.png b/documentation/images/pref_console.png
index cd1d065..929be46 100644
--- a/documentation/images/pref_console.png
+++ b/documentation/images/pref_console.png
Binary files differ
diff --git a/documentation/images/pref_customprops.png b/documentation/images/pref_customprops.png
index 1b8d6d9..e37769d 100644
--- a/documentation/images/pref_customprops.png
+++ b/documentation/images/pref_customprops.png
Binary files differ
diff --git a/documentation/images/pref_diff_viewer.png b/documentation/images/pref_diff_viewer.png
index 4cf60d1..f7b3dc3 100644
--- a/documentation/images/pref_diff_viewer.png
+++ b/documentation/images/pref_diff_viewer.png
Binary files differ
diff --git a/documentation/images/pref_error_reporting.png b/documentation/images/pref_error_reporting.png
index 9cef6d0..02a6ea7 100644
--- a/documentation/images/pref_error_reporting.png
+++ b/documentation/images/pref_error_reporting.png
Binary files differ
diff --git a/documentation/images/pref_general.png b/documentation/images/pref_general.png
index dae561b..d9c7fe4 100644
--- a/documentation/images/pref_general.png
+++ b/documentation/images/pref_general.png
Binary files differ
diff --git a/documentation/images/pref_graph.png b/documentation/images/pref_graph.png
index 3adcfdd..dcc69e3 100644
--- a/documentation/images/pref_graph.png
+++ b/documentation/images/pref_graph.png
Binary files differ
diff --git a/documentation/images/pref_label_decors.png b/documentation/images/pref_label_decors.png
index bd375c5..fc8dd43 100644
--- a/documentation/images/pref_label_decors.png
+++ b/documentation/images/pref_label_decors.png
Binary files differ
diff --git a/documentation/images/pref_label_decors2.png b/documentation/images/pref_label_decors2.png
index 4121a85..21fb368 100644
--- a/documentation/images/pref_label_decors2.png
+++ b/documentation/images/pref_label_decors2.png
Binary files differ
diff --git a/documentation/images/pref_label_decors3.png b/documentation/images/pref_label_decors3.png
index b7c6bf5..bac74ac 100644
--- a/documentation/images/pref_label_decors3.png
+++ b/documentation/images/pref_label_decors3.png
Binary files differ
diff --git a/documentation/images/pref_pass_manage.png b/documentation/images/pref_pass_manage.png
index 4c80667..1983073 100644
--- a/documentation/images/pref_pass_manage.png
+++ b/documentation/images/pref_pass_manage.png
Binary files differ
diff --git a/documentation/images/pref_perf.png b/documentation/images/pref_perf.png
index 1fd6baa..d5e39f4 100644
--- a/documentation/images/pref_perf.png
+++ b/documentation/images/pref_perf.png
Binary files differ
diff --git a/documentation/images/pref_repos.png b/documentation/images/pref_repos.png
index c93e3c7..11a240f 100644
--- a/documentation/images/pref_repos.png
+++ b/documentation/images/pref_repos.png
Binary files differ
diff --git a/documentation/images/pref_view_settings.png b/documentation/images/pref_view_settings.png
index 82a60b2..0b5da81 100644
--- a/documentation/images/pref_view_settings.png
+++ b/documentation/images/pref_view_settings.png
Binary files differ
diff --git a/documentation/images/remote_change.png b/documentation/images/remote_change.png
index 74699d4..57d69c9 100644
--- a/documentation/images/remote_change.png
+++ b/documentation/images/remote_change.png
Binary files differ
diff --git a/documentation/images/rep_expl_persp.png b/documentation/images/rep_expl_persp.png
index 42ba6ae..ffa8b24 100644
--- a/documentation/images/rep_expl_persp.png
+++ b/documentation/images/rep_expl_persp.png
Binary files differ
diff --git a/documentation/images/repos_browser_view.png b/documentation/images/repos_browser_view.png
index c60595e..7a09cf9 100644
--- a/documentation/images/repos_browser_view.png
+++ b/documentation/images/repos_browser_view.png
Binary files differ
diff --git a/documentation/images/revision_selection.png b/documentation/images/revision_selection.png
index faf2b73..60e999b 100644
--- a/documentation/images/revision_selection.png
+++ b/documentation/images/revision_selection.png
Binary files differ
diff --git a/documentation/images/svn_annotate_view.png b/documentation/images/svn_annotate_view.png
new file mode 100644
index 0000000..4d51385
--- /dev/null
+++ b/documentation/images/svn_annotate_view.png
Binary files differ
diff --git a/documentation/images/svn_console.png b/documentation/images/svn_console.png
index ff2e784..82593af 100644
--- a/documentation/images/svn_console.png
+++ b/documentation/images/svn_console.png
Binary files differ
diff --git a/documentation/images/svn_team_pr_conf.png b/documentation/images/svn_team_pr_conf.png
index 3f05f6c..1f04722 100644
--- a/documentation/images/svn_team_pr_conf.png
+++ b/documentation/images/svn_team_pr_conf.png
Binary files differ
diff --git a/documentation/images/tree_conflicts.png b/documentation/images/tree_conflicts.png
index c14fb4c..3c0e904 100644
--- a/documentation/images/tree_conflicts.png
+++ b/documentation/images/tree_conflicts.png
Binary files differ
diff --git a/documentation/images/updates.png b/documentation/images/updates.png
index aa29143..40e267f 100644
--- a/documentation/images/updates.png
+++ b/documentation/images/updates.png
Binary files differ
diff --git a/documentation/install_migrate.php b/documentation/install_migrate.php
index 3ed84a8..681a4ed 100644
--- a/documentation/install_migrate.php
+++ b/documentation/install_migrate.php
@@ -36,27 +36,16 @@
<h1>Installation and migration</h1>
- <p>
- Subversive distribution consists of two parts - Subversive plug-in and Subversive SVN Connectors. Both parts are required in order to work with Subversive. Subversive plug-in is provided under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available at <a href="http://www.eclipse.org/legal/epl-v10.php">http://www.eclipse.org/legal/epl-v10.html</a>. Subversive SVN Connectors are external libraries with their own licenses, which are distributed from external location at <a href="http://www.polarion.com/products/svn/subversive.php?utm_source=eclipse.org&utm_medium=link&utm_campaign=subversive">www.polarion.com</a>.
- </p>
- <p>
- In order to install Subversive you should install Subversive plug-in and at least one Subversive SVN connector, such as native (win32 only) JavaHL connector or pure Java SVNKit connector. Subversive plug-in and Subversive SVN Connectors are distributed from different update sites on different locations, so you should point two update sites in Eclipse update manager.
- </p>
+ <p>Subversive distribution consists of two parts - Subversive plug-in and Subversive SVN Connectors. Both parts are required in order to work with Subversive. Subversive plug-in is provided under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>. Subversive SVN Connectors are external libraries with their own licenses, which are distributed from external location at <a href="http://www.polarion.com/products/svn/subversive.php">www.polarion.com</a>.</p>
+ <p>In order to install Subversive you should install Subversive plug-in and at least one of Subversive SVN connectors, such as native (win32 only) JavaHL connector or pure Java SVN Kit connector. Subversive plug-in and Subversive SVN Connectors are distributed from different update sites on different locations, so you should point two update sites in update manager if you use Eclipse version older than 3.5.</p>
- <h2>Migration from Subversive 1.1.x</h2>
- <p>
- Version distributed on Eclipse.org, is the successor of Subversive 1.1.x stream, previously distributed from Polarion.com site. If you want to migrate to this version, you should install it, then perform migration steps and uninstall previous version of the Subversive. You can find step-by-step process descriptions in <a href="gettingStarted/aboutSubversive/update_polarion.php">Migration instructions</a>.
- </p>
- <h2>Installation and update process</h2>
- <p>
- Installation and update process is simple and straightforward. You can find step-by-step process descriptions in <a href="gettingStarted/aboutSubversive/install.php">Installation instructions</a> and in <a href="gettingStarted/aboutSubversive/update_eclipse.php">Update instructions</a>.
- </p>
+ <h2>Installation and update process</h2>
+ <p>Installation and update process is simple and straightforward. You can find step-by-step process descriptions in <a href="gettingStarted/aboutSubversive/install.php">Installation instructions</a> and in <a href="gettingStarted/aboutSubversive/update_eclipse.php">Update instructions</a>.</p>
+ <p>Also please note that there is no way of migration from the Subversive 1.1.x since the latest plug-in version doesn't work with Eclise IDE versions older than 3.4 and Subversive 1.1.x does not support Eclipse 3.3 or higher either.</p>
- <h2>Requirements</h2>
- <p>
- This version requires Eclipse 3.3 and doesn't support previous versions of Eclipse IDE. You can see full list of requirements in <a href="gettingStarted/aboutSubversive/requirements.php">'Requirements'</a> topic.
- </p>
-
+ <h2>Requirements</h2>
+ <p>This version requires Eclipse 3.4 and doesn't support previous versions of Eclipse IDE. You can see full list of requirements in <a href="gettingStarted/aboutSubversive/requirements.php">'Requirements'</a> topic.</p>
+
<p><i>If you have some questions on Subversive versions refer to <a href="faq.php#versions">Versions and compatibility</a> FAQ section.</i></p>
<br/>
<br/>
diff --git a/documentation/teamSupport.php b/documentation/teamSupport.php
index dd2fc6c..5d2483b 100644
--- a/documentation/teamSupport.php
+++ b/documentation/teamSupport.php
@@ -132,7 +132,7 @@
<br/>
<a href="teamSupport/props_view.php">SVN Properties View</a>
<br/>
- <a href="teamSupport/locks_view.php">SVN Locks View</a>
+ <a href="teamSupport/locks_view.php">SVN Locks View</a>
<br/>
<a href="teamSupport/svn_info.php">SVN Info</a>
<br/>
@@ -146,8 +146,8 @@
<br/>
<a href="teamSupport/connectors_discovery.php">SVN Connectors Discovery</a>
<br/>
- <a href="teamSupport/revision_graph.php">SVN Revision Graph</a>
- <br/>
+ <a href="teamSupport/revision_graph.php">SVN Revision Graph</a>
+ <br/>
<a href="teamSupport/actions.php">Actions</a>
<br/>
<a href="teamSupport/compare.php">Working with Compare Editor</a>
diff --git a/documentation/thanks.php b/documentation/thanks.php
index 103b6c7..736764c 100644
--- a/documentation/thanks.php
+++ b/documentation/thanks.php
@@ -34,7 +34,7 @@
<div id="midcolumn">
-<h3>Special thanks</h3>
+ <h3>Special thanks</h3>
<p>Subversive Team really appreciates the help done by the community members, who provided us patches for Subversive.</p>
<table border="1" cellpadding="5" cellspacing="0" width="100%" bgcolor="EFEFEF">
<tr>