Eclipse Platform Build Notes – CVS Support

CVS build I20020517 May 17 2002

Build submission for Integration Build 20020517

What's new in this build

Starting 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 Support

CVS build I20020430 April 30 2002

Build submission for Integration Build 20020430

What's new in this build

Added 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 Support

CVS build I20020423 April 23 2002

Build submission for Integration Build 20020423

What's new in this build

Branching/Merging changes:

Eclipse Platform Build Notes – CVS Support

CVS build I20020409 April 9 2002

Build submission for Integration Build 20020409

What's new in this build

GZIP 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.


Support for communicating with CVS NT servers has been improved. Note that CVS NT is still not a supported platform. CVS support should now work much better with CVS NT versions 1.11.1.1 and higher, including 1.11.1.3.


Support for branch and version tags in the UI has been improved. See the "Configure Tags" dialog, which is available nearly anywhere in the UI where tags are needed. (e.g. in the Compare With Tag action, Replace With Tag action, and in the Repositories View).


Cancellation and progress have been greatly improved. For example, it should be possible to cancel connections to unresponsive servers without waiting for operations to time out.


The CVS Console is much more usable. Output from different actions is easily distinguished, and color coding of server responses has been added.


Eclipse Platform Build Notes – CVS Support

CVS build I20020402 April 2 2002

Build submission for Integration Build 20020402

What's new in this build

The 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
indicate that the file will be marked as an outgoing deletion. An
information marker will appear in the task view which indicates this. The
user can use the Auto Fix item in the task's context menu to restore the
file (from the server or local history) or commit the deletion. The user
can also commit the deletion as before (Commit on ancestor in Team menu or
Sync view) as well.

2) A similar warning will appear for folder deletions. However, the folders
themselves will not be deleted and files in the folders will appear as
outgoing deletions. On commit, any empty folders that contained outgoing
deletions will be pruned.

3) When files are added to a folder shared with CVS, an information marker
will appear in the task view until the file is either added to CVS control
or ignored (Autofix items are available for this).

Options are available in the CVS preferences page to disable both the
prompting and markers.



The CVS support now takes advantage of the new Core facilities for private resources. As such, CVS/ folders will be marked as private and should not show up anywhere in the UI. Also, if you copy or move a folder structure in the workspace, the CVS/ folders will be removed from the destination.


In order for the CVS/ folders to be marked as private, you will need to delete the projects in your workspace and check them out from the repository again. Failure to do so will simply result in CVS/ folders showing up in the UI.

Eclipse Platform Build Notes – CVS Support

CVS build I20020312 – March 12, 2002

Build submission for Integration Build 20020312

What's new in this build

The 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.
More performance improvements for the decorators.

The actions in the Sync view have been changed. A summary:


Incoming mode:
        Update from Repository (operates ONLY on incoming nodes that are not conflicting)
        Override and Update (operates on conflicts)
Outgoing mode:
        Commit (operates only on outgoing nodes that are not conflicting)
        Override and Commit (operates on conflicts)
Both mode:
        Update from Repository (operates ONLY on incoming nodes that are not conflicting)
        Override and Update (operates on conflicts *and* on outgoing
changes)
        Commit (operates only on outgoing nodes that are not conflicting)
        Override and Commit (operates on conflicts *and* on incoming
changes)


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).


Resolved 54 bugs.


Click here to see the bugs that were fixed.


Eclipse Platform Build Notes – CVS Support

CVS build I20020305 – March 5, 2002

Build submission for Integration Build 20020305

What's new in this drop

CVS Decorators have been greatly improved - images are now cached and disposed.

Resolved 74 bugs, fixing 47.


Click here to see the bugs that were fixed.


All Team plug-ins are turned off by default. If you wish to use Team support,

  1. Rename plugins/org.eclipse.team.ui/plugin.xml.off to plugins/org.eclipse.team.ui/plugin.xml
  2. Rename plugins/org.eclipse.team.cvs.ui/plugin.xml.off to plugins/org.eclipse.team.cvs.ui/plugin.xml
  3. Rename plugins/org.eclipse.team.core/plugin.xml.off to plugins/org.eclipse.team.core/plugin.xml
  4. Rename plugins/org.eclipse.team.cvs.core/plugin.xml.off to plugins/org.eclipse.team.cvs.core/plugin.xml
  5. Rename plugins/org.eclipse.team.cvs.ssh/plugin.xml.off to plugins/org.eclipse.team.cvs.ssh/plugin.xml

Eclipse Platform Build Notes – CVS Support

CVS build I20020226 – February 26, 2002

Build submission for Integration Build 20020226

What's new in this drop

Added :ext: support, similar to the support that was in 1.0. See the CVS->Ext Connection Method preferences page to configure ext support.


Fixed 25 bugs.


Click here to see the bugs that were fixed.


All Team plug-ins are turned off by default. If you wish to use Team support,

  1. Rename plugins/org.eclipse.team.ui/plugin.xml.off to plugins/org.eclipse.team.ui/plugin.xml
  2. Rename plugins/org.eclipse.team.cvs.ui/plugin.xml.off to plugins/org.eclipse.team.cvs.ui/plugin.xml
  3. Rename plugins/org.eclipse.team.core/plugin.xml.off to plugins/org.eclipse.team.core/plugin.xml
  4. Rename plugins/org.eclipse.team.cvs.core/plugin.xml.off to plugins/org.eclipse.team.cvs.core/plugin.xml
  5. Rename plugins/org.eclipse.team.cvs.ssh/plugin.xml.off to plugins/org.eclipse.team.cvs.ssh/plugin.xml

Eclipse Platform Build Notes – CVS Support

CVS build I20020214 – February 14, 2002

Build submission for Integration Build 20020214

What's new in this drop

Bug 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,

  1. Rename plugins/org.eclipse.team.ui/plugin.xml.off to plugins/org.eclipse.team.ui/plugin.xml
  2. Rename plugins/org.eclipse.team.cvs.ui/plugin.xml.off to plugins/org.eclipse.team.cvs.ui/plugin.xml
  3. Rename plugins/org.eclipse.team.core/plugin.xml.off to plugins/org.eclipse.team.core/plugin.xml
  4. Rename plugins/org.eclipse.team.cvs.core/plugin.xml.off to plugins/org.eclipse.team.cvs.core/plugin.xml
  5. Rename plugins/org.eclipse.team.cvs.ssh/plugin.xml.off to plugins/org.eclipse.team.cvs.ssh/plugin.xml

 <>

Eclipse Platform Build Notes – CVS Support

CVS build V2_0_6 – February 12, 2002

Build submission for Integration Build 20020212

What's new in this drop

48 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,

  1. Rename plugins/org.eclipse.team.ui/plugin.xml.off to plugins/org.eclipse.team.ui/plugin.xml
  2. Rename plugins/org.eclipse.team.cvs.ui/plugin.xml.off to plugins/org.eclipse.team.cvs.ui/plugin.xml
  3. Rename plugins/org.eclipse.team.core/plugin.xml.off to plugins/org.eclipse.team.core/plugin.xml
  4. Rename plugins/org.eclipse.team.cvs.core/plugin.xml.off to plugins/org.eclipse.team.cvs.core/plugin.xml
  5. Rename plugins/org.eclipse.team.cvs.ssh/plugin.xml.off to plugins/org.eclipse.team.cvs.ssh/plugin.xml

 <>

Eclipse Platform Build Notes – CVS Support

CVS build V2_0_2 – January 15, 2002

Build submission for Integration Build 20020115

What's new in this drop

This 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,

  1. Rename plugins/org.eclipse.team.ui/plugin.xml.off to plugins/org.eclipse.team.ui/plugin.xml
  2. Rename plugins/org.eclipse.team.cvs.ui/plugin.xml.off to plugins/org.eclipse.team.cvs.ui/plugin.xml

 <>

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.

 <>