Eclipse CVS build notes |
Here are the build notes for the CVS Plugin which includes changes to org.eclipse.team.cvs.core, org.eclipse.team.cvs.ui, org.eclipse.team.cvs.ssh. | |
3.1 Builds | |
September 23rd 2004 - 3.1 M2Interesting changes
Fixed bugsSee this bugzilla query to list all fixed bugs in this build. |
|
3.0 Builds | |
September 23rd 2003 - 3.0 (I20030923)Interesting changes
Fixed bugsSee this bugzilla query to list all fixed bugs in this build. August 6th 2003 - 3.0 (I20030806)Interesting changes
Fixed bugs (27 fixed)See this bugzilla query to list all fixed bugs in this build. |
|
Archive for 2.0 and 2.1 Builds | |
Build submission for Integration Build 20021116 What's new in this buildEclipse now supports CVS Watch/Edit. There is a CVS preference for indicating that projects should be checked out as read-only and there are Edit and Unedit actions available in the Team menu. Also, Eclipse will automatically perform a "cvs edit" on files that are modified in an open editor. The CVS Repositories view has undergone a few more changes. Modules now appear as folders under HEAD with their own icon to differentiate them from regular folders. Also, refreshing the tags for a module may not work properly because this feature requires the use of an auto-refresh file. If your modules are not appearing in the version or branch categories, perform a "Configure Branches and Versions" on the module and assign the tags to the module and/or set the auto-refresh file. Several optimizations have also been performed on the CVS plugin. CVS now uses the new light-weight decorators provided by Platform UI. Also, the determination of a folder's dirty status has been optimized using caching. The caching scheme uses a combination of persistant and session properties (facilities provided by Platform Core). Persistant properties have a certain overhead so that the first query of the dirty status of a folder will be longer running then subsequent queries. Numerous other bugs are fixed. As always, you can check in Bugzilla. Eclipse Platform Build Notes – CVS SupportCVS build I20021112 Nov 12, 2002 Build submission for Integration Build 20021112 What's new in this buildThe CVS Repositories view has undergone some changes. Here is a summary of the changes:
Further work will be done on this view to fine-tune the tag discovery mechanisms. Numerous other bugs are fixed. As always, you can check in Bugzilla. Eclipse Platform Build Notes – CVS SupportCVS build I20021015 Oct 15, 2002 Build submission for Integration Build 20021015 What's new in this buildDeleted files can now be queried and restored from the repository using the "Team > Restore from Repository..." command, which is available on CVS projects and folders. Numerous other bugs are fixed. As always, you can check in Bugzilla. Eclipse Platform Build Notes – CVS SupportCVS build I20021008 Oct 8, 2002 Build submission for Integration Build 20021008 What's new in this buildSeveral improvements related to support of CVS modules have been added.
Also, "Tag with Existing" can now be performed in the resource history view. Numerous other bugs are fixed. As always, you can check in Bugzilla. Eclipse Platform Build Notes – CVS SupportCVS build I20020917 Sept 17, 2002 Build submission for Integration Build 20020917 What's new in this buildA "quick sync" button has been added to the CVS action set which will display the list of all projects shared with CVS and allow the user to choose which projects to sync, either directly or by working set. Performing a commit in the sync view or the navigator will present the user with a dialog that shows the user any new resources that are not yet under version control or not yet ignored. The user can select which resources they would like to add before the commit is performed. Numerous other bugs are fixed. As always, you can check in Bugzilla. Eclipse Platform Build Notes – CVS SupportCVS build I20020909 Sept 09, 2002 Build submission for Integration Build 20020910 What's new in this buildWhen using the EXT connection method, the parameter format can be specified on the EXT Connection Method preference page. The parameter list can include variables representing the corresponding values from the location. The variables are user, password, host and port. The default parameter list is "{host} -l {user}". Numerous other bugs are fixed. As always, you can check in Bugzilla. Eclipse Platform Build Notes – CVS SupportCVS build I20020517 May 17 2002 Build submission for Integration Build 20020517 What's new in this buildStarting with this build, if you "Check Out As..." on a project from the
repository which has no .project file, you will be prompted to specify what
type of project you would like to create. (A typical example is to create
a Java project at this point). Also new in this build is the ability to select "Share Project..." on
a project for which remote content already exists. Previously, sharing the
project would automatically try to import your files into the repository;
now, it detects that remote files already exists and opens the sync view
for you to reconcile the differences. Numerous other bugs are fixed. As always, you can check in Bugzilla. Eclipse Platform Build Notes – CVS SupportCVS build I20020430 April 30 2002 Build submission for Integration Build 20020430 What's new in this buildAdded support for moving CVS tags. Ths fuctionality is available in the
Repositories view under "Tag with Existing Tag". This allows one to change
a version lineup. Eclipse Platform Build Notes – CVS SupportCVS build I20020423 April 23 2002 Build submission for Integration Build 20020423 What's new in this buildBranching/Merging changes:
Eclipse Platform Build Notes – CVS SupportCVS build I20020409 April 9 2002 Build submission for Integration Build 20020409 What's new in this buildGZIP compression support for CVS communication has been
introduced in this build. It is turned on by default and can be configured
on the CVS preference page.
Eclipse Platform Build Notes – CVS SupportCVS build I20020402 April 2 2002 Build submission for Integration Build 20020402 What's new in this buildThe CVS plug-ins are now turned on by default. The old
VCM plug-ins are still included in the build but are turned off by default. Additions, deletions and moved resorces are handled differently in this build:
1) The user will be prompted with a warning on deletion
of files to
Eclipse Platform Build Notes – CVS SupportCVS build I20020312 – March 12, 2002 Build submission for Integration Build 20020312 What's new in this buildThe CVS plug-ins are now turned on by default. The old
VCM plug-ins are still included in the build but are turned off by default. The actions in the Sync view have been changed. A summary:
A preference was added that allows the user to more accurately determine how files are compared. A new action was added to the merge view which allows the user to correctly merge conflicting files automatically (previously we had a bug which prevented this).
Eclipse Platform Build Notes – CVS SupportCVS build I20020305 – March 5, 2002 Build submission for Integration Build 20020305 What's new in this dropCVS Decorators have been greatly improved - images are now cached and disposed. Resolved 74 bugs, fixing 47.
Eclipse Platform Build Notes – CVS SupportCVS build I20020226 – February 26, 2002 Build submission for Integration Build 20020226 What's new in this dropAdded :ext: support, similar to the support that was in 1.0. See the CVS->Ext Connection Method preferences page to configure ext support.
Eclipse Platform Build Notes – CVS SupportCVS build I20020214 – February 14, 2002 Build submission for Integration Build 20020214 What's new in this dropBug fixes: Outgoing changes show up in Merge editor (9746) Incoming additions from another branch have wrong timestamp (9748) Bin folders show up as outgoing additions! (9788) Create branch dialog says "Name must not be null" for a project version, even if the version option is disabled (9691) Should not ignore managed resources (9502) Directory named core ignored!!! (9486) Change in semantics to validateEdit (9802) <> All Team plug-ins are turned off by default. If you wish to use Team support,
<> Eclipse Platform Build Notes – CVS SupportCVS build V2_0_6 – February 12, 2002 Build submission for Integration Build 20020212 What's new in this drop48 bugs fixed. Global ignore facility added. Extensive sync view rewrite. Workflow has been improved, and in incoming/outgoing mode the user can override the direction of any change. Auto-merging of conflicts is now supported as well. User can add files/directories to .cvsignore automatically from the sync view or navigator by right clicking and selecting “Ignore”. Many bug fixes and improvements. <> All Team plug-ins are turned off by default. If you wish to use Team support,
<> Eclipse Platform Build Notes – CVS SupportCVS build V2_0_2 – January 15, 2002 Build submission for Integration Build 20020115 What's new in this dropThis is the initial release for the CVS support plug-ins. <> The plug-ins are turned off by default. If you wish to use CVS support,
<> Please report any problems to the VCM team, and use the VCM component for bug tracking. <> The following features are operating near their 1.0 level of functionality:
<> The following features differ from the 1.0 functionality:
Run this query to determine which bugs have been fixed since January 7 th. If you wish to narrow the search, edit the query and change the dates. |