Bug 7248 - Need more flexible Update API
Summary: Need more flexible Update API
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Team (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Michael Valenta CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-03 16:53 EST by James Moody CLA
Modified: 2002-01-08 14:24 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Moody CLA 2002-01-03 16:53:47 EST
The UI needs update() API which can take 1 or 2 tags as parameters.
Comment 1 Michael Valenta CLA 2002-01-03 17:03:57 EST
In addition, update should also support booleans that indicate a clear sticky (-
A) and ignore local changes (-C). 
Comment 2 Michael Valenta CLA 2002-01-04 10:34:33 EST
Once changes, the UI should use update() instead of get() as the get() in 
CVSTeamProvider does not behave as mentioned in the Team API.
Comment 3 Michael Valenta CLA 2002-01-08 11:03:08 EST
The API for update has been changed to accept a tag and a boolean indicating 
whether to ignore local changes. 

The UI code has been updated to use the new update instead of get.

The tag method of CVSTeamProvider has also been modified to accept an instance 
of CVStag. The relevant UI code has been updated.
Comment 4 Michael Valenta CLA 2002-01-08 14:24:53 EST
Done