Change build number & changelogs
diff --git a/changelogs/changelog.txt b/changelogs/changelog.txt
index c8f439d..ded6bea 100644
--- a/changelogs/changelog.txt
+++ b/changelogs/changelog.txt
@@ -8,6 +8,33 @@
 Now the Subversive project was moved to Eclipse.org and new version numbers was introduced. 
 Change Log's for older versions still present in this file.
 
+Version 0.7.0.v20080307 [07 March 2008]
+
+Features:
+ * Add "Extract Changes..." actions to Synchronize View. (bug 219985)
+ * Add Extract changes action description to Subversive User Guide (bug 221293)
+ * Add "Extract Changes..." action to log messages presentation in History View (bug 220540)
+ * Reuse compare editor when comparing same resource revisions or compare called for revisions from the History View (bug 219628)
+ * Improve History View (new actions in Affected Paths) (bug 218480)
+ * Update JavaHL 1.5.0 connector binaries to alpha2 version (bug 221506)
+
+Fixes:
+ * Compare window opens behind Revert dialog (bug 219775)
+   + special thanks to Steve Streeting
+
+ * Importing folder from SVN using New Project Wizard - strange behaviour (bug 212746)
+   + special thanks to Michael Spector, Gadi Goldbarg
+
+ * Check compatibility with Mylyn 2.3.0 task creation API (bug 221498)
+ * The '~' sign is not accepted while defining svn:ignore property (bug 221472)
+ * Revise and simplify History View code (bug 219793)
+ * In Synchronize View operation starts before dialogs (bug 221133)
+ * Properties View has old data, while reading new props. (bug 219572)
+ * Update base table sorter (bug 219583)
+ * Fix images disposing (bug 219455)
+
+--------------------------------------------------------------------------------
+
 Version 0.7.0.v20080218 [18 February 2008]
 
 Fixes:
diff --git a/changelogs/releasenotes.txt b/changelogs/releasenotes.txt
index c757aa1..235f206 100644
--- a/changelogs/releasenotes.txt
+++ b/changelogs/releasenotes.txt
@@ -5,24 +5,38 @@
 * See details at http://www.eclipse.org/subversive                             *
 ********************************************************************************
 
-Version 0.7.0.v20080218 release date: 18 February 2008
+Version 0.7.0.v20080307 release date: 07 March 2008
 
 1. What's New
 
-   The version is 0.7.0 release which build ID is v20080218. The main target of the release is 
+   The version is 0.7.0 release which build ID is v20080307. The main target of the release is 
    transferring Subversive development to Eclipse.org.
    
    Changes in compare with previous version are listed below. The full list of 
    changes you can find in Change Log.
     
+	Features:
+	 * Add "Extract Changes..." actions to Synchronize View. (bug 219985)
+	 * Add Extract changes action description to Subversive User Guide (bug 221293)
+	 * Add "Extract Changes..." action to log messages presentation in History View (bug 220540)
+	 * Reuse compare editor when comparing same resource revisions or compare called for revisions from the History View (bug 219628)
+	 * Improve History View (new actions in Affected Paths) (bug 218480)
+	 * Update JavaHL 1.5.0 connector binaries to alpha2 version (bug 221506)
+	
 	Fixes:
-	 * Change sets on an unavailable Subversive repository disappear (bug 219212)
-	   + special thanks to Pim Broekhof
-	   
-	 * Buttons works incorrectly in history view
-	 * Deleted files stay present in synchronize view after commit
-	 * NPE when deleting resource inside commit dialog
-	 * Invalid date ranges for revision folding in history view 
+	 * Compare window opens behind Revert dialog (bug 219775)
+	   + special thanks to Steve Streeting
+	
+	 * Importing folder from SVN using New Project Wizard - strange behaviour (bug 212746)
+	   + special thanks to Michael Spector, Gadi Goldbarg
+	
+	 * Check compatibility with Mylyn 2.3.0 task creation API (bug 221498)
+	 * The '~' sign is not accepted while defining svn:ignore property (bug 221472)
+	 * Revise and simplify History View code (bug 219793)
+	 * In Synchronize View operation starts before dialogs (bug 221133)
+	 * Properties View has old data, while reading new props. (bug 219572)
+	 * Update base table sorter (bug 219583)
+	 * Fix images disposing (bug 219455)
 
 2. Information
 
@@ -30,7 +44,7 @@
 
    Subversive requires JDK 1.5 or higher and supports following versions of Eclipse:
     * 3.3 (tested with 3.3, 3.3.1)
-    * 3.4 (tested with 3.4M4)
+    * 3.4 (tested with 3.4M5)
    
    Subversive supports Subversion versions 1.1-1.4 with SVN Kit 1.1.4 and JavaHL 1.4.5, 
    Subversion version 1.5 with SVN Kit 1.2.0 and JavaHL 1.5.0
diff --git a/documentation/index.php b/documentation/index.php
index 67ba4e8..5c72d9e 100644
--- a/documentation/index.php
+++ b/documentation/index.php
@@ -13,7 +13,7 @@
 	# template.php
 	#
 	# Author: 		Igor Vinnykov
-	# Date:			2007-11-23
+	# Date:			2008-03-04
 	#
 	# Description: Autogenerated for eclipse.org site pages from Eclipse IDE help
 	#
@@ -91,7 +91,7 @@
 		<li><a href="teamSupport/svn_toolbar.php">SVN Toolbar</a></li>
 		<li><a href="teamSupport/svn_label_decor.php">SVN Label Decorations</a></li>
 		<li><a href="teamSupport/svn_main_menu.php">SVN main menu group</a></li>
-		<li><a href="teamSupport/actions.php">SVN actions</a></li>	
+		<li><a href="teamSupport/actions.php">Actions</a></li>	
 		<li><a href="teamSupport/compare.php">Working with Compare Editor</a></li>
 		<li><a href="teamSupport/refactor.php">Refactoring</a></li>
 		<li><a href="teamSupport/layouts.php">Repository Layouts</a></li>
diff --git a/documentation/teamSupport.php b/documentation/teamSupport.php
index c878580..941302f 100644
--- a/documentation/teamSupport.php
+++ b/documentation/teamSupport.php
@@ -13,7 +13,7 @@
 	# template.php
 	#
 	# Author: 		Igor Vinnykov
-	# Date:			2007-11-23
+	# Date:			2008-03-04
 	#
 	# Description: Autogenerated for eclipse.org site pages from Eclipse IDE help
 	#
@@ -137,7 +137,7 @@
 		<br/>
 		<a href="teamSupport/svn_main_menu.php">SVN main menu group</a>
 		<br/>
-		<a href="teamSupport/actions.php">SVN actions</a>
+		<a href="teamSupport/actions.php">Actions</a>
 		<br/>
 		<a href="teamSupport/compare.php">Working with Compare Editor</a>
 		<br/>
diff --git a/documentation/teamSupport/SVNaction/extract.php b/documentation/teamSupport/SVNaction/extract.php
new file mode 100644
index 0000000..3baef12
--- /dev/null
+++ b/documentation/teamSupport/SVNaction/extract.php
@@ -0,0 +1,62 @@
+<?php 
+	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-03-04
+	#
+	# 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";
+		
+	# Paste your HTML content between the EOHTML markers!	
+	$html = <<<EOHTML
+
+	<div id="midcolumn" style="width:95%">
+
+<h3>Extracting changes</h3>
+	<p>The extract action is provided to help people who want to apply the changes on the resource to some location.
+	The changes are applied with respect to the hierarchical structure of the selection.
+	If the change is the deletion, than the existing resource in the location with the same path will be deleted.
+	Otherwise the existing resources will be replaced and the others will be created.<br/><br/>
+	The usage area of this action is quite wide. For example the team is developing a web site. When all the proper changes
+	are made the web master can apply them to the whole site by just one click. The only thing to do is to select in the history
+	of the site the current state and the newer one. After that by clicking on 'Extract...' in drop-down
+	menu and selecting the site root directory as a location the site becomes up to date.</p>
+	<b>Synchronize View 'Extract...' and 'Extract All...' actions</b>
+	<p>In Synchronize View you have a probability to extract local changes, remote changes or both.
+	<br/>Using local extracting will apply your local changes comparatively to the base revision to the specified location.
+	Using the remote one will apply the incoming changes to the specified location. 'Extract All' action provides a probability
+	to apply both local and incoming changes, but it is disabled if the selection contains conflicting changes. To enable it you
+	should merge the conflicts before extracting.</p>
+	<b>History View 'Extract...' action</b>
+	<p>In History View extracting is possible when two remote revisions are selected. The changes are gathered between the selected
+	revisions and applied to the specified location. Pay special attention to the fact, that while viewing history of the
+	remote resource	the remote container name is used for extract, but not local one.</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/teamSupport/actions.php b/documentation/teamSupport/actions.php
index 2be11fc..feee0d2 100644
--- a/documentation/teamSupport/actions.php
+++ b/documentation/teamSupport/actions.php
@@ -13,7 +13,7 @@
 	# template.php
 	#
 	# Author: 		Igor Vinnykov
-	# Date:			2007-11-23
+	# Date:			2008-03-04
 	#
 	# Description: Autogenerated for eclipse.org site pages from Eclipse IDE help
 	#
@@ -31,8 +31,8 @@
 
 	<div id="midcolumn" style="width:95%">
 
-<h2>SVN Actions</h2>
-	<p>In this part of the guide the user can find the description of the main SVN&reg; operations and of the methods to perform them. Please do not ignore it if you are new to version control systems. Also you can find here some useful tips and notes.</p>
+<h2>Actions</h2>
+	<p>In this part of the guide the user can find the description of the main plug-in operations and of the methods to perform them. Please do not ignore it if you are new to version control systems. Also you can find here some useful tips and notes.</p>
 	<img border="0" src="../images/inside.png"/>
 	<br/>
 	<a href="SVNaction/share.php">Sharing a project</a>
@@ -67,6 +67,8 @@
 	<br/>
 	<a href="SVNaction/revert.php">Reverting changes</a>
 	<br/>
+	<a href="SVNaction/extract.php">Extracting changes</a>
+	<br/>
 	<br/>
 	</div>	
 
diff --git a/downloads.php b/downloads.php
index 11d24e4..a9db373 100644
--- a/downloads.php
+++ b/downloads.php
@@ -53,7 +53,7 @@
 			<h3>Latest Version</h3>
             <ul>
                 <li>
-                    <b>Version</b>: 0.7.0.v20080218  |  <b>Date</b>: 18 February 2008  |  <b>Type</b>: Stream Stable Build<br/>
+                    <b>Version</b>: 0.7.0.v20080307  |  <b>Date</b>: 7 March 2008  |  <b>Type</b>: Stream Stable Build<br/>
                     <img src="/subversive/images/arrow.gif"></img>&nbsp;&nbsp;<a href="/subversive/changelogs/changelog.txt">Change Log</a><br/>
                     <img src="/subversive/images/arrow.gif"></img>&nbsp;&nbsp;<a href="/subversive/changelogs/releasenotes.txt">Release Notes</a>
                 </li>
@@ -66,9 +66,9 @@
                 </li>                
                 <li>
                     <b>Archived Update Site</b><br/>
-                    <img src="/subversive/images/arrow.gif"></img>&nbsp;&nbsp;<b><a href="http://www.eclipse.org/downloads/download.php?file=/technology/subversive/0.7/builds/Subversive-incubation-0.7.0.v20080218.zip">Subversive-incubation-0.7.0.v20080218.zip</a></b> - [required] Subversive plug-in<br/>
+                    <img src="/subversive/images/arrow.gif"></img>&nbsp;&nbsp;<b><a href="http://www.eclipse.org/downloads/download.php?file=/technology/subversive/0.7/builds/Subversive-incubation-0.7.0.v20080307.zip">Subversive-incubation-0.7.0.v20080307.zip</a></b> - [required] Subversive plug-in<br/>
                     <i>Please note: Following downloads are not hosted at eclipse.org</i><br/>
-                    <img src="/subversive/images/arrow.gif"></img>&nbsp;&nbsp;<b><a href="http://www.polarion.org/projects/subversive/download/eclipse/2.0/builds/Subversive-connectors-2.0.0.v20080214.zip">Subversive-connectors-2.0.0.v20080214.zip</a></b> - [required] Subversive SVN Connectors<br/>
+                    <img src="/subversive/images/arrow.gif"></img>&nbsp;&nbsp;<b><a href="http://www.polarion.org/projects/subversive/download/eclipse/2.0/builds/Subversive-connectors-2.0.0.v20080307.zip">Subversive-connectors-2.0.0.v20080307.zip</a></b> - [required] Subversive SVN Connectors<br/>
                     <img src="/subversive/images/arrow.gif"></img>&nbsp;&nbsp;<b><a href="http://www.polarion.org/projects/subversive/download/integrations/builds/Subversive-integrations-2.0.0.v20080214.zip">Subversive-integrations-2.0.0.v20080214.zip</a></b> - [optional] Subversive Integrations                    
                 </li>                                
             </ul>