Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2003-09-22 20:00:00 +0000
committerJean Michel-Lemieux2003-09-22 20:00:00 +0000
commit5b932a3fa64ed2c96f1a868c1a23e27908156dd4 (patch)
treee3adf2a1f02baa06989bcb7513ebd17ec4992a34
parentb6ddfce0f5045f23588b166421c5958730d8cb82 (diff)
downloadeclipse.platform.team-5b932a3fa64ed2c96f1a868c1a23e27908156dd4.tar.gz
eclipse.platform.team-5b932a3fa64ed2c96f1a868c1a23e27908156dd4.tar.xz
eclipse.platform.team-5b932a3fa64ed2c96f1a868c1a23e27908156dd4.zip
*** empty log message ***
-rw-r--r--bundles/org.eclipse.team.core/buildnotes_team.html28
-rw-r--r--bundles/org.eclipse.team.cvs.core/buildnotes_cvs.html30
2 files changed, 55 insertions, 3 deletions
diff --git a/bundles/org.eclipse.team.core/buildnotes_team.html b/bundles/org.eclipse.team.core/buildnotes_team.html
index 8949ccc42..2c2e4a7c0 100644
--- a/bundles/org.eclipse.team.core/buildnotes_team.html
+++ b/bundles/org.eclipse.team.core/buildnotes_team.html
@@ -27,9 +27,31 @@ content="text/html; charset=iso-8859-1">
<tr><td align="left" valign="top" colspan="2" bgcolor="#0080c0" width="100%"><b><font face="Arial,Helvetica"><font color="#ffffff">3.0 Builds</font></font></b></td>
</tr><tr>
<td>
- <!-- ####### START OF 3.0 BUILD SUBMISSIONS BLOCK -->
- <h4><img src="http://dev.eclipse.org/images/Adarrow.gif" nosave="" border=0 height=16 width=16 alt="">
- September 9th 2003 - 3.0 (I20030909)</h4>
+ <!-- ####### START OF 3.0 BUILD SUBMISSIONS BLOCK -->
+ <h4><img src="http://dev.eclipse.org/images/Adarrow.gif" nosave="" border=0 height=16 width=16 alt="">September
+ 23rd 2003 - 3.0 (I20030923)</h4>
+ <h4>Interesting changes</h4>
+ <ul>
+ <li>More actions have been added to the view: copy/paste/rename/delete.
+ <li>The Synchronize View displays a Busy Pointer icon when performing
+ work in the background that affects the view.
+ <li>A status bar that shows the number of conflicting/incoming/outgoing
+ changes is located at the top of the Synchronize View. The numbers
+ reflect both the entire changes in the workspace or when a working
+ set is enabled, the changes in the working set versus those in the
+ workspace. This is a hint that changes in the workspace are being
+ filtered out by a working set.
+ <li>Conflicts are propagated to the parent folders in the Synchronize
+ View. This will make it harder to forget or miss important conflicting
+ changes.
+ </ul>
+ <h4>Breaking API changes</h4>
+ <p>None</p>
+ <h4>Fixed bugs</h4>
+ <p>See <a href="https://bugs.eclipse.org/bugs/buglist.cgi?short_desc_type=allwordssubstr&short_desc=&product=Platform&component=VCM&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&resolution=FIXED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&changedin=&chfield=resolution&chfieldfrom=2003-08-29&chfieldto=Now&chfieldvalue=&cmdtype=doit&namedcmd=3.0%2BM3%2BFixed&newqueryname=&order=Reuse%2Bsame%2Bsort%2Bas%2Blast%2Btime&field0-0-0=noop&type0-0-0=noop&value0-0-0=">this</a>
+ bugzilla query to list all fixed bugs in this build.</p>
+ <h4><img src="http://dev.eclipse.org/images/Adarrow.gif" nosave="" border=0 height=16 width=16 alt="">September
+ 9th 2003 - 3.0 (I20030909)</h4>
<h4>Interesting changes</h4>
<ul>
<li>The Synchronize View now supports stepping through all differences in step with the compare editor. You can use the
diff --git a/bundles/org.eclipse.team.cvs.core/buildnotes_cvs.html b/bundles/org.eclipse.team.cvs.core/buildnotes_cvs.html
index 801e47318..352e3ebb2 100644
--- a/bundles/org.eclipse.team.cvs.core/buildnotes_cvs.html
+++ b/bundles/org.eclipse.team.cvs.core/buildnotes_cvs.html
@@ -28,6 +28,36 @@ content="text/html; charset=iso-8859-1">
</tr><tr>
<td>
<!-- ####### START OF 3.0 BUILD SUBMISSIONS BLOCK -->
+ <h4>September 23rd 2003 - 3.0 (I20030923)</h4>
+ <h4>Interesting changes</h4>
+ <ul>
+ <li>CVS operations performed from the Synchronize View are run in the
+ background. Depending on the operation, the resources affected by
+ the CVS command are locked for modification and other operations run
+ may block (e.g. saving a file or creating a new file) until the background
+ job is done. The use-case of a background job blocking annother operation
+ is being addressed by an improved progress monitor that is yet to
+ be released.</li>
+ <li>A CVS repository location can be configured to use different locations
+ for <strong>reading</strong> and <strong>writing</strong>. This can
+ speed up CVS operations for which most of the time is consumed by
+ costly extssh authentication and only read access is required (e.g.
+ opening remote files, browsing a remote repository, opening a compare
+ editor). To configure a read and write locations, first create a read
+ location (e.g. for Eclipse developers, a useful read location would
+ be the anonymous pserver location), then from the CVS Repositories
+ View select the Properties page of a location and configure the read
+ or write locations.</li>
+ <li>The CVS History View can now be linked to the active editor. The
+ linking is enabled for editors with the following inputs: IFileEditorInput,
+ RemoteFileInput (e.g. created when browing remote CVS files), and
+ SyncInfoEditorInput (e.g. created when browing changes in a compare
+ editor from the Synchronize View).</li>
+ <li>The CVS synchronize action now opens the new Synchronize View.</li>
+ </ul>
+ <h4>Fixed bugs</h4>
+ <p>See <a href="https://bugs.eclipse.org/bugs/buglist.cgi?short_desc_type=allwordssubstr&short_desc=&product=Platform&component=VCM&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&resolution=FIXED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&changedin=&chfield=resolution&chfieldfrom=2003-09-01&chfieldto=Now&chfieldvalue=&cmdtype=doit&namedcmd=3.0%2BM3%2BFixed&newqueryname=&order=Reuse%2Bsame%2Bsort%2Bas%2Blast%2Btime&field0-0-0=noop&type0-0-0=noop&value0-0-0=">this</a>
+ bugzilla query to list all fixed bugs in this build.</p>
<h4><img src="http://dev.eclipse.org/images/Adarrow.gif" nosave="" border=0 height=16 width=16 alt="">
August 6th 2003 - 3.0 (I20030806)</h4>
<h4>Interesting changes</h4>

Back to the top