project plan update
diff --git a/changelogs/changelog-2.txt b/changelogs/changelog-2.txt
index 0cd9427..4a524d0 100644
--- a/changelogs/changelog-2.txt
+++ b/changelogs/changelog-2.txt
@@ -8,6 +8,15 @@
 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 2.0.0.I20140519-1700 [19 May 2014]
+
+Fixes:
+ * If performing changes via external program, Subversive does not show actual status (bug 430056)
+ * Delete file from SVN not work always (bug 434944)
+ * Java Refactoring + SVN: Selecting "Cancel" in resource locking dialog leads to empty error dialog (bug 433208)
+ 
+--------------------------------------------------------------------------------
+
 Version 2.0.0.I20140501-1700 [01 May 2014]
 
 Features:
diff --git a/latest-releases.php b/latest-releases.php
index c4c8318..a1b0b57 100644
--- a/latest-releases.php
+++ b/latest-releases.php
@@ -60,8 +60,8 @@
 			<a href="http://www.eclipse.org/downloads/download.php?file=/technology/subversive/1.1/builds/Subversive-1.1.3.I20140206-1700.zip">Subversive-1.1.3.I20140206-1700.zip</a>
 		</p>	
 		<p>
-			<b>Early Access build:</b> 01 May 2014<br/>
-			<b>Version:</b> 2.0.0.I20140501-1700 (<a href="/subversive/changelogs/changelog-2.txt">Change log</a>)		
+			<b>Early Access build:</b> 19 May 2014<br/>
+			<b>Version:</b> 2.0.0.I20140519-1700 (<a href="/subversive/changelogs/changelog-2.txt">Change log</a>)		
 		</p>
 		<p>
 			<b>Update Site:</b><br/>	
@@ -69,7 +69,7 @@
 		</p>
 		<p>
 			<b>Archived Update Site:</b><br/>
-			<a href="http://www.eclipse.org/downloads/download.php?file=/technology/subversive/2.0/builds/Subversive-2.0.0.I20140501-1700.zip">Subversive-2.0.0.I20140501-1700.zip</a>
+			<a href="http://www.eclipse.org/downloads/download.php?file=/technology/subversive/2.0/builds/Subversive-2.0.0.I20140519-1700.zip">Subversive-2.0.0.I20140519-1700.zip</a>
 		</p>	
 		<h2>Requirements</h2>
 		<p>
diff --git a/special-builds.php b/special-builds.php
index ebb1674..1ced10e 100644
--- a/special-builds.php
+++ b/special-builds.php
@@ -42,8 +42,8 @@
 			<a href="http://www.eclipse.org/downloads/download.php?file=/technology/subversive/1.1/builds/Subversive-headless-1.1.3.I20140206-1700.zip">Subversive-headless-1.1.3.I20140206-1700.zip</a>
 		</p>		
 		<p>
-			<b>Early Access build:</b> 01 May 2014<br/>
-			<b>Version:</b> 2.0.0.I20140501-1700
+			<b>Early Access build:</b> 19 May 2014<br/>
+			<b>Version:</b> 2.0.0.I20140519-1700
 		</p>
 		<p>
 			<b>Update Site:</b><br/>	
@@ -51,7 +51,7 @@
 		</p>
 		<p>
 			<b>Archived Update Site:</b><br/>
-			<a href="http://www.eclipse.org/downloads/download.php?file=/technology/subversive/2.0/builds/Subversive-headless-2.0.0.I20140501-1700.zip">Subversive-headless-2.0.0.I20140501-1700.zip</a>
+			<a href="http://www.eclipse.org/downloads/download.php?file=/technology/subversive/2.0/builds/Subversive-headless-2.0.0.I20140519-1700.zip">Subversive-headless-2.0.0.I20140519-1700.zip</a>
 		</p>		
 		<h2>SVN PDE Build</h2>
 		<p>
diff --git a/subversive-project-plan.xml b/subversive-project-plan.xml
index b76ee8a..2d01e85 100644
--- a/subversive-project-plan.xml
+++ b/subversive-project-plan.xml
@@ -82,7 +82,7 @@
 			<html:ul>
 	    		<html:li>Eclipse Platform 4.2.x and higher</html:li>
 	    		<html:li>JDK/JRE 1.6.x and higher</html:li>
-	    		<html:li>SVN version 1.1.x-1.6.x using SVN 1.6 compatible connectors.</html:li>
+	    		<html:li>Migration from SVN version 1.1.x-1.6.x to SVN 1.7.x and higher.</html:li>
 	    		<html:li>SVN version 1.7.x using SVN 1.7 compatible connectors.</html:li>
 	    		<html:li>SVN version 1.8.x using SVN 1.8 compatible connectors.</html:li>
 	    	</html:ul>	
@@ -98,7 +98,7 @@
 	</target_environments>
  		 		
  	<compatibility_with_previous_releases>
- 		<html:p>Compatible with 0.7.x, 1.0.x and 1.1.x versions</html:p>
+ 		<html:p>Stored configuration/repositories data are compatible with 0.7.x, 1.0.x and 1.1.x versions</html:p>
  	</compatibility_with_previous_releases>
  	
  	
@@ -121,10 +121,11 @@
 					<html:ul>
 
 						<html:li>
-							Subversion 1.8 support  
-							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=411991">411991</html:a>
+							Document SVN API calls  
+							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=417770">417770</html:a>
 						</html:li>
-
+						 
+<!-- 
 						<html:li>
 							Add "Revert changes from revision" in the History view  
 							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=392051">392051</html:a>
@@ -146,22 +147,11 @@
 						</html:li>
 						 
 						<html:li>
-							Document SVN API calls  
-							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=417770">417770</html:a>
-						</html:li>
-						 
-						<!-- 
-						<html:li>
 							Compare multiselection with branch/tag [ID-FOO1V]   
 							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=316899">316899</html:a>
 						</html:li>
 
 						<html:li>
-							Add support for Eclipse-SourceReferences header    
-							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=315011">315011</html:a>
-						</html:li>
-						
-						<html:li>
 							[Synchronize View] Improvement: Allow to create a new empty change set 
 							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=258661">258661</html:a>
 						</html:li>
@@ -178,6 +168,21 @@
 
 						<!--  done -->
 						<html:li>
+							Subversion 1.8 support  
+							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=411991">411991</html:a> <html:font color="green">[done]</html:font>
+						</html:li>
+
+						<html:li>
+							Add support for Eclipse-SourceReferences header
+							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=315011">315011</html:a> <html:font color="green">[import part: done]</html:font>
+						</html:li>
+						
+						<html:li>
+							Allow freeform in SVN:IGNORE
+							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=427577">427577</html:a> <html:font color="green">[done]</html:font>
+						</html:li>
+						
+						<html:li>
 							Introduce SVN 1.8 API support  
 							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=417768">417768</html:a> <html:font color="green">[done]</html:font>
 						</html:li>
@@ -234,11 +239,7 @@
 				<html:p>
 					<html:ul>
 					
-						<html:li>
-							No timeout on stalled connections 
-							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=415366">415366</html:a>
-						</html:li>
-					
+					<!-- 
 						<html:li>
 							Show Annotation from SVN Repositories opens two editors
 							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=331285">331285</html:a>
@@ -298,10 +299,100 @@
 							History of a deleted file does not show the revision where the file was deleted 
 							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=387494">387494</html:a>
 						</html:li>
-											
+						-->
 						<!-- done -->
 
 						<html:li>
+							If performing changes via external program, Subversive does not show actual status 
+							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=430056">430056</html:a> <html:font color="green">[done]</html:font>
+						</html:li>
+					
+						<html:li>
+							Delete file from SVN not work always 
+							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=434944">434944</html:a> <html:font color="green">[done]</html:font>
+						</html:li>
+					
+						<html:li>
+							Cannot commit package deletion (greyed out) 
+							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=426706">426706</html:a> <html:font color="green">[done]</html:font>
+						</html:li>
+					
+						<html:li>
+							SVN 1.7 working copy format detection fails with SVN 1.8.3 connector 
+							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=427092">427092</html:a> <html:font color="green">[done]</html:font>
+						</html:li>
+					
+						<html:li>
+							GetPropertiesOperation fails for deleted resource with SVN Kit 1.8.3 connector 
+							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=427093">427093</html:a> <html:font color="green">[done]</html:font>
+						</html:li>
+					
+						<html:li>
+							There is an exception in Synchronize View when handling an obstructed resource of unexpected kind (dir instead of file) 
+							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=427183">427183</html:a> <html:font color="green">[done]</html:font>
+						</html:li>
+					
+						<html:li>
+							There're unnecessary accesses to the file system while loading information on versioned resources 
+							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=428141">427184</html:a> <html:font color="green">[done]</html:font>
+						</html:li>
+					
+						<html:li>
+							Ignored files shown as outgoing additions
+							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=392750">392750</html:a> <html:font color="green">[done]</html:font>
+						</html:li>
+					
+						<html:li>
+							NPE in EditTreeConflictsPanel [ID-LZRIO]
+							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=425263">425263</html:a> <html:font color="green">[done]</html:font>
+						</html:li>
+					
+						<html:li>
+							NullPointerException in "Merge properties" 
+							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=428253">428253</html:a> <html:font color="green">[done]</html:font>
+						</html:li>
+					
+						<html:li>
+							Improve bug reporting code in SVNUtility.getWCRoot [ID-PH38V] 
+							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=428141">428141</html:a> <html:font color="green">[done]</html:font>
+						</html:li>
+					
+						<html:li>
+							A virtual folder in project will cause "The resource is inaccessible"
+							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=430349">430349</html:a> <html:font color="green">[done]</html:font>
+						</html:li>
+					
+						<html:li>
+							Subversive produces unnecessary SVN error log entries for eclipse projects.
+							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=431237">431237</html:a> <html:font color="green">[done]</html:font>
+						</html:li>
+					
+						<html:li>
+							ResourceException in SaveProjectMetaOperation [ID-IE0RW] 
+							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=432177">432177</html:a> <html:font color="green">[done]</html:font>
+						</html:li>
+					
+						<html:li>
+							ArrayOutOfBoundsException in IgnoreMethodPanel [ID-MFS28] 
+							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=433287">433287</html:a> <html:font color="green">[done]</html:font>
+						</html:li>
+					
+						<html:li>
+							Subversive crashes ID-PPJQ5 
+							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=432930">432930</html:a> <html:font color="green">[done]</html:font>
+						</html:li>
+					
+						<html:li>
+							Java Refactoring + SVN: Selecting "Cancel" in resource locking dialog leads to empty error dialog 
+							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=433208">433208</html:a> <html:font color="green">[done]</html:font>
+						</html:li>
+					
+						<html:li>
+							No timeout on stalled connections 
+							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=415366">415366</html:a> <html:font color="green">[done]</html:font>
+						</html:li>
+					
+						<html:li>
 							Subversive doesn't allow to use IPv6 addresses as host names
 							<html:a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=418301">418301</html:a> <html:font color="green">[done]</html:font>
 						</html:li>