_id stringlengths 36 36 | bug_id int64 1 425k | description stringlengths 1 373k ⌀ | bug_severity stringclasses 7
values | bug_status stringclasses 3
values | resolution stringclasses 8
values |
|---|---|---|---|---|---|
{'$oid': '52e9b44754dc1c25ebdb1ee5'} | 3 | KM (10/2/2001 5:55:18 PM)
This PR about the deletion indicator in the sync viewer being too subtle.
This would be even more true for someone with vision problems.
NE has good suggestion of using the label of the compare text viewer.
We may also consider a better icon.
On to the PR....
- delete file from project
-... | normal | RESOLVED | FIXED |
{'$oid': '52e9b44754dc1c25ebdb1ee6'} | 1 | - Setup a project that contains a *.gif resource
- release project to CVS
- edit the *.gif resource with an external editor, e.g. PaintShop
- save and close external editor
- in Navigator open the icon resource and verify that your changes are there
- release project
-> nothing to release!
- in Navigator open t... | normal | CLOSED | FIXED |
{'$oid': '52e9b44754dc1c25ebdb1ee7'} | 8 | With the current VCM API, a repository adapter can either be pessimistic or
optimistic.
If it is pessimistic, all check-outs are "reserved", i.e. no other user
is allowed to check
out the same resource. If it is optimistic, no check-out is "reserved".
In other VCM systems (e.g. CC and CVS), you can decide on a res... | normal | RESOLVED | WONTFIX |
{'$oid': '52e9b44754dc1c25ebdb1ee8'} | 4 | - become synchronized with some project in a repository
- use a different Eclipse to make a change to a file resource within this project and release it to the repository
- in the original Eclipse mark this file resource as being read-only (select it, right-click -> Properties, change, OK)
- select the file resource, r... | normal | RESOLVED | FIXED |
{'$oid': '52e9b44754dc1c25ebdb1ee9'} | 6 | IResource.setLocal has problems. This method (which replaces ensureLocal
and scrubLocal) requires some form of connection to the VCM provider,
since the VCM provider is the only thing that could make a resource local.
Indeed, the whole notion of "local" resources requires VCM support and needs
to be reviewed.
NOTES:
... | normal | RESOLVED | INVALID |
{'$oid': '52e9b44754dc1c25ebdb1eea'} | 7 | The platform is able to notify people that a resource was moved using resource
change events (deltas). It does not track copies.
In neither case is it easy for a VCM or target to retain the semantics of a move
or copy since by the time it is run, all it has it the current state (i.e., it can tell
that a file was dele... | normal | RESOLVED | WONTFIX |
{'$oid': '52e9b44754dc1c25ebdb1eeb'} | 5 | For getting/setting the managed state of a resource, the methods are:
isManaged(resource) and
manage(resource)
for getting/setting the ignore state, the methods are:
getIgnored(resource)
setIgnored(resource)
These should be made more consistent. I suggest renaming ignore methods:
isIgnored(resource) and
ignore(re... | normal | RESOLVED | WONTFIX |
{'$oid': '52e9b44754dc1c25ebdb1eec'} | 9 | The implementation has to be changed because a root resource might be passed
where an IResource is expected. See also 1G8435U
NOTES:
KM (4/26/01 3:54:24 PM)
This PR is very old. It should either be fixed, moved to future, or obsolete. | normal | RESOLVED | WONTFIX |
{'$oid': '52e9b44754dc1c25ebdb1eed'} | 10 | There seems to be a need for a VCM Event notification model, along the lines
of the activity notification and resource change notification. This would only
notify listeners when local VCM API had been manipulated, it wouldn't notify
changes that have occurred on the server. For example, notification of the
following ... | normal | VERIFIED | FIXED |
{'$oid': '52e9b44754dc1c25ebdb1eee'} | 14 | KM (4/5/01 8:53:30 PM)
This is arguably not stop ship and could be dropped from June release.
These appear to be the important file:
CVS/Entries (and possible friends)
CVS/Repository
CVS/Root
CVS/Tag
See
http://cvsbook.red-bean.com/cvsbook.html#Working_Copy_Files
for purpose and contents of these files.
If w... | normal | RESOLVED | WONTFIX |
{'$oid': '52e9b44754dc1c25ebdb1eef'} | 12 | Currently every new resource added to a shared (version controlled) project is
managed. In
the real world this won't work since most derived artifacts from an active
developed project
will never be managed (e.g. class files, object files, user configuration
files...).
The VCM API has ISharingManager::manage() and i... | normal | RESOLVED | WONTFIX |
{'$oid': '52e9b44754dc1c25ebdb1ef0'} | 13 | Would it make sense to have a (the?) project's "Version" menu on its popup in a
stream
(in the repo explorer)?
NOTES:
Jean-Michel (22/03/2001 8:29:49 AM)
"Tagging affects the repository, not the working copy. That begs
the question: Why require a working copy at all when tagging? The only
purpose that it serves i... | normal | VERIFIED | FIXED |
{'$oid': '52e9b44754dc1c25ebdb1ef1'} | 11 | Jean-Michel (08/02/2001 1:38:48 PM)
The ISharingManager::load operation does not support the following scenario:
- Create project in workbench called TomCat3.3 and share a teamstream with a
vcm project called TomCat with version 3.3.
- Create another project in workbench called TomCat4.0 and share
with same tream s... | normal | RESOLVED | WONTFIX |
{'$oid': '52e9b44754dc1c25ebdb1ef2'} | 15 | In support of some of the VCM CVS work we need an SSH implementation that we can use. There are
two basic options, Java client implementation, native C implementation. The native C story has
the standard drawbacks of having to spawn an external process and manage the standard in/standard
out. The Java approach woul... | normal | RESOLVED | INVALID |
{'$oid': '52e9b44854dc1c25ebdb1ef3'} | 17 | We need to look at gender change cases, where at a given path
- the workspace has a file but the team stream has a folder
- the workspace has a folder but the team stream has a file
NOTES:
BB (06/04/2001 10:03:58 AM)
Currently, the implementation does not cover these cases. It assumes that the resource types
ma... | normal | RESOLVED | FIXED |
{'$oid': '52e9b44854dc1c25ebdb1ef4'} | 18 | Merge managers store sync info in the resource tree. Because this is persisted, we need some
form of life cycle management for merge managers. When a merge manager is no longer used,
we can then flush its sync info.
NOTES:
KM (21/05/01 6:58:10 PM)
Since this is solved by taking a new workbench, moving to Future.... | normal | RESOLVED | WONTFIX |
{'$oid': '52e9b44854dc1c25ebdb1ef5'} | 19 | I should be able to pick a stream from the respository and catchup to the stream.
Instead I must select projects within the stream and "add to workspace".
This is annoying because it doesn't merge it bashes, and besides it warns you
about every project that you already have loaded.
Basically, it should work the same a... | normal | RESOLVED | WONTFIX |
{'$oid': '52e9b44854dc1c25ebdb1ef6'} | 21 | Some CVS users are used to using the release command to delete their working checkout (e.g. in Eclipse
terminology this means to delete the working project). In Eclipse you can workaround this:
1. release the project
2. delete project from workspace (simply by deleting from within Eclipse)
Note: this won't trigge... | normal | RESOLVED | WONTFIX |
{'$oid': '52e9b44854dc1c25ebdb1ef7'} | 2 | Opening repository resource always open the default text editor and doesn't
honor any mapping between resource types and editors.
As a result it is not possible to view the contents of an image (*.gif file) in a sensible way.
NOTES:
EG (5/24/2001 5:13:45 AM)
Agreed that this is needed eventually but not critical fo... | normal | RESOLVED | FIXED |
{'$oid': '52e9b44854dc1c25ebdb1ef8'} | 22 | Project descriptions don't store sharing recommendations and project version references yet, but they should.
NOTES:
Jean-Michel (4/6/01 12:39:12 PM)
We will live with unqualified project references for now. | normal | RESOLVED | WONTFIX |
{'$oid': '52e9b44854dc1c25ebdb1ef9'} | 16 | In the merge view, I'd like to have an auto-merge button with the semantics:
"Copy all non-conflicting incoming changes from the server resource to the local resource".
After clicking on that button, I would only have to look at the red stuff (conflicting incoming changes)
and decide what to do with them.
CVS user... | normal | RESOLVED | FIXED |
{'$oid': '52e9b44854dc1c25ebdb1efa'} | 20 | Thought it would be useful if the set of repo connections could be stored somewhere
external in the file system instead of everyone having their own list cashed in
their workspace (.metadata). Thus if you get a new workspace you don't need to reconstruct
this information, you can just configure your workspace to point... | normal | RESOLVED | FIXED |
{'$oid': '52e9b44854dc1c25ebdb1efb'} | 23 | Not sure if anyone is using ScrubLocalAction.
This is related to the PR
1G5TC8L: ITPCORE:ALL - API - IResource.setLocal has problems
Its possible nobody in practice calls IResource.setLocal(false)
NOTES:
JM (06/04/2001 6:55:52 PM)
Don't know what ScrubLocalAction is.
Moving to VCM
See referenced PR for comme... | normal | RESOLVED | INVALID |
{'$oid': '52e9b44854dc1c25ebdb1efc'} | 24 | Since refresh() is called before the catchup/release view opens, it should be as fast as possible.
NOTES:
BB (12/04/2001 11:32:05 AM)
The most promising optimization idea is: Don't return an IServerResourceTree from fetchRemoteTree
but instead use a call-back to interleave the server communication with updating the... | normal | VERIFIED | FIXED |
{'$oid': '52e9b44854dc1c25ebdb1efd'} | 25 | It would be helpful if there was a notion of default repository connection so that when you
connected a project you wouldn't have to walk through the list everytime.
Not sure how this goes into prefs if its never been created before. Maybe when you create them you can mark one
as the default.
At a minimum having a d... | normal | RESOLVED | DUPLICATE |
{'$oid': '52e9b44854dc1c25ebdb1efe'} | 29 | VCM is not NSL ready! Need resource bundles.
Policy has bind() methods ready for use.
NOTES:
JohnA (4/17/01 2:03:02 PM)
Painfully, all six VCM plugins will have to have a Policy class,
and duplicate the code for generating strings from bundles.
Isn't core supposed to be providing support and a story for this?
JE... | normal | RESOLVED | FIXED |
{'$oid': '52e9b44854dc1c25ebdb1eff'} | 28 | Currently, the properties/Managing page for files shows the creation date and author of
the base version, but not of the common or the remote version. It should either display
this information for all three versions or for none. It could be like this:
Status: versioned [one of: versioned / changed / unmanaged... | normal | RESOLVED | INVALID |
{'$oid': '52e9b44854dc1c25ebdb1f00'} | 30 | We currently ignore the cvsignore file on the server, this may of been configured for the
whole project by the administrator. Our implementation of the cvs adapter should read this
file.
NOTES: | normal | RESOLVED | WONTFIX |
{'$oid': '52e9b44854dc1c25ebdb1f01'} | 27 | CVS tags (a.k.a. project versions) that have not been created using rtag don't
show up in the repository explorer because the history file on the server does
not reference them.
Current workaround: define a team stream using the same tag name, then you can
browse the project version. This is less than optimal becau... | normal | VERIFIED | FIXED |
{'$oid': '52e9b44854dc1c25ebdb1f02'} | 26 | Its very awkward that you cannot create a new repository connection when you go
to associate a project with a repo.
In particular, if you walk through a first-time user's scenario, as soon as he
does VCM operations
he will presented with an empty prompter with no indication of how to get
anything in it.
NOTES: | normal | RESOLVED | INVALID |
{'$oid': '52e9b44854dc1c25ebdb1f03'} | 31 | We have two repositories, one for binaries and one for source.
I switched from one repository to the other (using "Managing" properties page).
Project context menu --> Replace With --> Team Stream Resource
==> com.ibm.eclipse.vcm.ui 1 com.ibm.dt.core does not belong to a team stream.
NOTES:
Jean-Michel (4/25/01 1... | normal | VERIFIED | FIXED |
{'$oid': '52e9b44954dc1c25ebdb1f04'} | 32 | The VCM API still has methods for getting (persistent server) properties. This is not implemented.
Should we remove the property-related methods from the VCM API?
NOTES:
KM (4/23/01 3:36:40 PM)
Yes. | normal | VERIFIED | FIXED |
{'$oid': '52e9b44954dc1c25ebdb1f05'} | 33 | The VCM API has methods for locking team streams (preventing others from releasing). This is not implemented,
and in the case of CVS, not implementable. Should we delete this from the API?
NOTES:
KM (4/23/01 3:37:26 PM)
Yes. | normal | VERIFIED | FIXED |
{'$oid': '52e9b44954dc1c25ebdb1f06'} | 34 | In the repo explorer, under Project Versions, there are project names which have no versions.
Perhaps we should filter these? When do we find out if there are any versions to display?
(ie. can we do the filtering efficiently without having to get the children version list for all project names).
NOTES: | normal | RESOLVED | WONTFIX |
{'$oid': '52e9b44954dc1c25ebdb1f07'} | 36 | Since I'm allowed to release on a resource level I also want
to version it (i.e. give it a CVS tag).
NOTES:
KM (4/23/01 3:16:38 PM)
See discussion in
1GCN7TR: ITPVCM:WINNT - Term "version" confusing when working with CVS
moving as duplicate.
Jean-Michel (26/06/2001 11:05:29 AM)
Should close this PR. | normal | RESOLVED | WONTFIX |
{'$oid': '52e9b44954dc1c25ebdb1f08'} | 38 | Our use of ISharingManager::getIgnored(IResource[]) does not make use of the fact that
the method takes an array. Calling getIgnored(new IResource[] {resource})[0] is slow.
This is especialy true with the cvs implementation of getIgnored(). We must parse files
in each directory. If an array of resources are passe... | normal | VERIFIED | FIXED |
{'$oid': '52e9b44954dc1c25ebdb1f09'} | 35 | Whenever I get files from CVS (e.g. as a result of a Catchup or Replace operation)
their modification timestamp shows the time when CVS updated the file on my disk, not the time when it was modified the last time.
So if I keep a local copy of my modified file somewhere (because eclipse is not yet robust enough... ... | normal | VERIFIED | FIXED |
{'$oid': '52e9b44954dc1c25ebdb1f0a'} | 37 | The term "version" is confusing when CVS is used
as repository.
Users expect another behavior when versioning current work.
They don't expect that what they have in the workspace must be released first.
Also CVS experienced users might be confused. They expect to be able to
tag a resource.
NOTES:
JohnA (4/23/01... | normal | CLOSED | FIXED |
{'$oid': '52e9b44954dc1c25ebdb1f0b'} | 39 | I may have logged this previously.
It would be nice to have a preference for the default repository type. This way when for example
creating repository connections the default for the type in the pulldown would be what you want.
Or, remember the last one someone picked.
This is a minor UI nicety, time permitting onl... | normal | RESOLVED | WONTFIX |
{'$oid': '52e9b44954dc1c25ebdb1f0c'} | 40 | I would like to be able to connect to a team stream and directly add its content to the
workspace. This could be added to the "New repository wizard".
Currently I need at least 5 steps to populate a new workspace with a team stream:
1. Add repository
2. Open repository browser
3. Expand HEAD (see PR: 1GCQK5Y: ITPV... | normal | RESOLVED | DUPLICATE |
{'$oid': '52e9b44954dc1c25ebdb1f0d'} | 41 | Whenever you checkin something into CVS, the repository assigns a revision number to that file. The revision
number used by CVS is normally not under control of the user (e.g. CVS deceides what revision number to
use). Most of the time the user isn't even aware of the revision number used by CVS.
CVS uses tags to ... | normal | VERIFIED | FIXED |
{'$oid': '52e9b44954dc1c25ebdb1f0e'} | 42 | In the navigator, I selected A.java and B.java, both of which were versioned.
Right-click->Replace with->Version...
Select a version of A.java. Hit OK.
A.java is replaced with the version.
Now select a version of B.java. Hit OK.
B.java is replaced with the version.
I was expecting to select the versions of both ... | normal | RESOLVED | INVALID |
{'$oid': '52e9b44954dc1c25ebdb1f0f'} | 45 | We should remove the repo dropdown chooser from the New Stream wizard
when you have the repo already chosen.
The dropdown should only appear when you start the wizard from the "New" menu.
When in the repo explorer, it should be an operation on the repo and then not
show the dropdown.
NOTES:
JEM (10/2/2001 5:03:42 P... | normal | RESOLVED | INVALID |
{'$oid': '52e9b44954dc1c25ebdb1f10'} | 44 | Some dialogs only show the items that are versioned (i.e. the tag)
and some dialogs show the revision number.
NOTES:
KM (28/04/01 11:13:16 AM)
We'll do a sweep through
and make sure we are using the correct terms everywhere.
KM (21/05/01 10:42:00 PM)
We are just calling everything a version for June. | normal | RESOLVED | WONTFIX |
{'$oid': '52e9b44954dc1c25ebdb1f11'} | 43 | I have a project (Junk) that has been released to a teamstream.
I rename the project and attempt to release it to the same teamstream.
Compare Failed: Junk does not exist.
Project must be renamed back to its old name and the artifacts left by the first rename that are left must be deleted before the
project can be rele... | major | VERIFIED | FIXED |
{'$oid': '52e9b44954dc1c25ebdb1f12'} | 46 | Meta PR for catchup/release issues.
1GD5YE9: ITPVCM:WINNT - Direction needed from Julian on Catchup/Release usability
1GD2FP9: ITPVCM:WIN2000 - Merge: You don't have to 'save' text for it to be saved
1GD4KC1: ITPVCM:WINNT - Can't revert a change
1GB1UF2: ITPVCM:WINNT - Compare icons, discussion
1GAT32K: ITPVCM:WINNT -... | normal | RESOLVED | INVALID |
{'$oid': '52e9b44954dc1c25ebdb1f13'} | 47 | Subscriber.refresh does beginTask with an empty message (""). This causes it to have
the generic "Operation in Progress" message in the UI. Please provide a more descriptive
message.
NOTES: | normal | VERIFIED | FIXED |
{'$oid': '52e9b44954dc1c25ebdb1f14'} | 49 | The Subscriber#snapshot method doesn't provide progress monitoring, and
swallows CoreExceptions without logging them. Callers of snapshot seem
to pass in their progress monitors, but don't allocate any "work" for it. They
should pass in a new SubProgressMonitor.
NOTES: | normal | CLOSED | FIXED |
{'$oid': '52e9b44954dc1c25ebdb1f15'} | 51 | If I select two projects, I cannot compare them to their team stream resources.
I would typically like to perform this operation on multiple projects at a time.
NOTES: | normal | RESOLVED | FIXED |
{'$oid': '52e9b44954dc1c25ebdb1f16'} | 48 | Project references come in three flavours:
1. project name
2. project name + version (+ repo)
3. project name + stream (+ repo)
We currently store #1. While noone makes use of form 2 or 3, we should ensure that being able to store them at some
future time will not require changing our .vcm_meta file format.
This c... | normal | RESOLVED | DUPLICATE |
{'$oid': '52e9b44954dc1c25ebdb1f17'} | 54 | The replace with version dialog shows revision numbers to identify a "version". Since revision number are under control of CVS this
isn't very helpful for the user to pick a version. For a user it would be better to see tags and comments, since this information is provided
by the user.
NOTES:
JEM (5/14/01 2:55:26 P... | normal | RESOLVED | INVALID |
{'$oid': '52e9b44954dc1c25ebdb1f18'} | 50 | How can I move multiples Project from One repository to another, or from one
Stream to another
Currently I am developping 12 simple plugins examples and I need to 'drop' them
to the OTI
CVS repos.... should I open the property page for each and edit the Stream ???
NOTES:
BB (5/9/2001 4:48:19 PM)
If you want to pu... | normal | RESOLVED | WONTFIX |
{'$oid': '52e9b44954dc1c25ebdb1f19'} | 55 | This wizard needs more descriptive text explaining what a
stream is and when to make it - it's too tempting to create them.
This will be very important for people starting (which in part is the purpose of the wizard)
NOTES: | normal | RESOLVED | INVALID |
{'$oid': '52e9b44a54dc1c25ebdb1f1a'} | 52 | To replace a version with a different one from the repsoitory you have to do the following:
- open compare with
- find the right version
- remember the CVS revision number
- open the replace with dialog
- pick the right revision number
==> It would be easier if the replace with version dialog would contain a c... | normal | RESOLVED | INVALID |
{'$oid': '52e9b44a54dc1c25ebdb1f1b'} | 53 | Since the info of whether or not a file has been modified locally is
available (Properties -> Managing then see version with "modified"
following it), we should have a Management Query view (a la VAJ)
which lets us get a list of resources which have been locally
changed.
NOTES:
JohnA (5/13/2001 11:16:38 AM)
Perh... | normal | RESOLVED | FIXED |
{'$oid': '52e9b44a54dc1c25ebdb1f1c'} | 56 | (minor)
Progress dialogs should have useful titles instead of "Progress Information"
NOTES:
JohnA (5/22/2001 4:48:32 PM)
Don't see anywhere that this happens...
JEM (10/1/2001 2:45:56 PM)
It happens everywhere, but we are consistent with the UI, which has "Progress Information"
for the title of all of its progre... | normal | RESOLVED | WONTFIX |
{'$oid': '52e9b44a54dc1c25ebdb1f1d'} | 57 | * pserver:greg@cvslnxtest.ott.oti.com:/home/cvs/scratch1
* had head stream expanded
* select DaveHelloWorld project
* expand the project
(this is slow)
* go into (DaveHelloWorld)
* SLOW -- Still very slow even though we already know the information because we showed it when we expanded it
* select bin
* go into bi... | normal | RESOLVED | WONTFIX |
{'$oid': '52e9b44a54dc1c25ebdb1f1e'} | 59 | When creating a new repository connection , the wizard should offer to open the repository view
once the wizard finishes
This will help a user discover the various vcm functionality.
NOTES:
KM (5/23/01 8:36:55 PM)
Will add Repo Explorer as sibling to Navigator. This should help.
Moving to future. | normal | RESOLVED | INVALID |
{'$oid': '52e9b44a54dc1c25ebdb1f1f'} | 61 | User 1 & User 2
- install drop 105 into d:\eclipse\105\
User 1
-Java perspective
-Create Java project called GregJProject1
-Create HelloWorld example class with main method that prints to the console
- run the project
-Create repo connection to cvslnxtest /home/cvs/scratch1
-Connect to the repo by expanding the HEAD s... | normal | RESOLVED | DUPLICATE |
{'$oid': '52e9b44a54dc1c25ebdb1f20'} | 58 | * Create a java project & add a main to it
* Connect to the scratch1 repo on cvslnxtest
* Choose Manage -> Release on the popup for the project
The catchup/release view opens but it is too small to be of use.
This forces a user to always have to resize it.
NOTES:
GDA(5/14/01 8:03:17 PM)
This is very frustrating ... | normal | RESOLVED | INVALID |
{'$oid': '52e9b44a54dc1c25ebdb1f21'} | 60 | User 1 & User 2
- install drop 105 into d:\eclipse\105\
User 1
-Java perspective
-Create Java project called GregJProject1
-Create HelloWorld example class with main method that prints to the console
- run the project
-Create repo connection to cvslnxtest /home/cvs/scratch1
-Connect to the repo by expanding the HEAD s... | normal | RESOLVED | WONTFIX |
{'$oid': '52e9b44a54dc1c25ebdb1f22'} | 62 | If you have an empty workspace and add a project version to it, the project
version contents are added, but the sharing is not saved (we don't even know
from which repository it came from). This causes the following usability problems:
1. The user cannot determine his project lineup. For example, in VAJ the user
... | normal | RESOLVED | FIXED |
{'$oid': '52e9b44a54dc1c25ebdb1f23'} | 63 | There are several self hosting scenarios where the user must put projects in particular
places and these places are not the same as where the plugins go. A typical approach
is to set the workspace to be on the plugins dir of some target install. If you are developing
a fragment, configuration or component however, yo... | normal | RESOLVED | INVALID |
{'$oid': '52e9b44a54dc1c25ebdb1f24'} | 65 | Have at least two repository connections.
Select a project.
Manage->Merge
Select the project and a repository.
Next.
Back.
Select the project and the OTHER repository.
Next.
Notice the contents of the table have not changed.
NOTES: | normal | VERIFIED | FIXED |
{'$oid': '52e9b44a54dc1c25ebdb1f25'} | 68 | "Compare With" and "Replace With" are right next to each other on the navigator menu.
It is very easy to hit "Replace With"t when you meant "Compare With", losing your work.
NOTES:
EG (5/17/01 11:09:52 AM)
these actions are contributed by VCM - moving PR
JohnA (5/17/2001 9:55:31 AM)
I can see the next PR already.... | normal | VERIFIED | FIXED |
{'$oid': '52e9b44a54dc1c25ebdb1f26'} | 66 | There needs to be more options in the context menu for the Catchup/Release
view. Specifically:
1). Show Resource in Navigator
2). Discard outgoing change (from Release view)
My use case is as follows:
- make a bunch of changes
- select a parent resource and choose "Release"
- in the Catchup/Release view notic... | normal | CLOSED | FIXED |
{'$oid': '52e9b44a54dc1c25ebdb1f27'} | 67 | The api documentation should be updated to mention that if the destination resource is a project
it is expected to exist.
NOTES: | normal | RESOLVED | INVALID |
{'$oid': '52e9b44a54dc1c25ebdb1f28'} | 69 | It would be nice if VCM provided the option of organizing projects in a
repository into a
hierachical folder structure. Presently, all projects in a repository are
presented (and
stored) at the same level in the directory tree. Under CVS, there is no reason
why
projects could not be broken down into folders withou... | normal | RESOLVED | WONTFIX |
{'$oid': '52e9b44a54dc1c25ebdb1f29'} | 70 | We need to test that removing a repo connection from the Repo Explorer does the "right"
thing for projects which are sharing with that connection.
We should search for projects which share it and warn user.
If user accepts to proceed, then the projects which are sharing loose their sharing.
There used to be bugs whe... | normal | VERIFIED | FIXED |
{'$oid': '52e9b44a54dc1c25ebdb1f2a'} | 71 | CVS, SWT
We have several team streams, i.e. we are not just releasing stuff to "head".
Therefore, when we are catching up to - or particularly when we are releasing
- we need to be able to see the name of the team stream.
The reason this is so necessary is that if we happened to make an error setting
the managemen... | normal | VERIFIED | FIXED |
{'$oid': '52e9b44a54dc1c25ebdb1f2b'} | 72 | Would be really nice to have more distinction between catchup & release.
A couple of times now, I have started a "catchup", only to think "was I catching up or releasing?"
I have to stare at the arrows...
I think the UI should help a bit more, to indicate what the user is currently doing.
Please change the title o... | normal | RESOLVED | FIXED |
{'$oid': '52e9b44a54dc1c25ebdb1f2c'} | 73 | If I multi-select projects to Add to workspace it asks for the location of each project.
I would expect a dialog in the beggining saying something like:
"Would you like to use the projects default location ? Yes/No"
If yes, it would act like version 0.107 and create every project in the default location.
If no, it s... | normal | VERIFIED | FIXED |
{'$oid': '52e9b44b54dc1c25ebdb1f2d'} | 74 | While releasing, I type text into the left pane of the compare window
expecting that the new text will get released, but it does not.
This happens when you see that you are about to release bad code
or a bad comment and you attempt to fix it. Also, instead of accepting
and merging changes, you sometimes want to w... | normal | RESOLVED | INVALID |
{'$oid': '52e9b44b54dc1c25ebdb1f2e'} | 75 | A catch up reported conflicts although I have never touched the corresponding files in my workspace. Comparing them
revealed that the are the same. I then catched up with the conflicts. Doing another catchup displayed the same files
still as conflicts.
I have zipped my workspace if helpful.
NOTES:
KM (21/05/01 6... | normal | RESOLVED | INVALID |
{'$oid': '52e9b44b54dc1c25ebdb1f2f'} | 76 | If you pick a project its "YourProject in HEAD in repo..."
but if you pick a resource its "YourProject/SomeResource in repo..."
NOTES:
JohnA (5/22/2001 4:34:36 PM)
Hmm, this is because files in the repository view are now file version handles, not
team stream handles. This was done to be able to get the version na... | normal | RESOLVED | INVALID |
{'$oid': '52e9b44b54dc1c25ebdb1f30'} | 77 | When you compare a Java project with the team stream version,
the resulting editor should have an "Expand All..." menu option
(like the Catchup/Release view) so you can quickly drill down
through folders to get to your changes.
NOTES:
KM (5/22/01 3:51:02 PM)
Is this us or compare framework?
AW (01.06.01 10:54:34... | normal | RESOLVED | FIXED |
{'$oid': '52e9b44b54dc1c25ebdb1f31'} | 78 | The repositories view is useless when working with more than one team stream.
After I added the three SWT team streams I had no idea which project actually is in what
team stream. This is very error prone and could be avoided by a better UI.
If I select the Managing page of the project properties it knows which team s... | normal | VERIFIED | FIXED |
{'$oid': '52e9b44b54dc1c25ebdb1f32'} | 79 | AK (5/23/01 10:45:38 AM)
i had ca. 1700 outgoing changes to release.
after releasing i had to wait for like 5 minutes (sic!) to get the tree updated
and the ide is frozen during that time (+ 100% CPU usage)
NOTES:
KM (5/23/01 3:10:20 PM)
It sounds like what you need here is a "forced release" that overwrites the... | normal | RESOLVED | FIXED |
{'$oid': '52e9b44b54dc1c25ebdb1f33'} | 81 | Platform: JDK 108 W2K
If you import a large file into a project, then release it to a repository, attempting to cancel
the operation does not interrupt the transfer of the large file.
TPE (2001-05-29 13:57:21)
Need to check if it is safe to interrupt large file transfer (to ensure the server does
not interpret part... | normal | RESOLVED | FIXED |
{'$oid': '52e9b44b54dc1c25ebdb1f34'} | 82 | Platform: JDK 108 W2K
If you create a folder and release it to the repository, then cause a conflict by,
say, adding a member _and_ modifying it in the repository, the catch-up/release
browser shows that the folder is in conflict (the red diamond) but givs no indication
about why or how. The only action is to release... | normal | RESOLVED | FIXED |
{'$oid': '52e9b44b54dc1c25ebdb1f35'} | 80 | Delete key in repo view should:
when a repository connection is selected, remove the connection
when a stream other than HEAD is selected, remove the stream
otherwise do nothing
NOTES: | normal | VERIFIED | FIXED |
{'$oid': '52e9b44b54dc1c25ebdb1f36'} | 85 | 1) Get a java class from the CVS repository
2) Modify the class.
3) Compare with the Stream resource
4) Click on "Copy current change frm left to right" for a few of the changes.
5) Close the "Compare C <a> and <b>" tab.
6) You are prompted to save the changes - say yes.
7) Go back and look at class in packages view - ... | normal | RESOLVED | FIXED |
{'$oid': '52e9b44b54dc1c25ebdb1f37'} | 64 | The comment field can get very long (e.g. see the Crystal project in sourceforge) and verbose. Users actually
use this field often. The history view has the following problems when showing the comment:
1. The comment is truncated (high)
2. We don't honor the cariage returns so the user's formatting is lost (lower pr... | normal | RESOLVED | FIXED |
{'$oid': '52e9b44b54dc1c25ebdb1f38'} | 83 | Platform: JDK 108 W2K
Canceling an add to workspace operation leaves the work-accomplished-to-date in the workspace.
I expected it to cancel the entire menu operation (i.e. not to load anything)
NOTE:
KM (5/23/01 2:59:18 PM)
I think this is the best we can do. As long as that which was loaded has intergrity we are... | normal | RESOLVED | WONTFIX |
{'$oid': '52e9b44b54dc1c25ebdb1f39'} | 84 | If I create another stream, it automatically contains all projects and folders. Can't we
hide projects that don't have a tag for that stream? That way it would only show
resources that have been explicitly released to that stream.
NOTES:
KM (5/23/01 7:49:35 PM)
Actually as it stands I find it totally confusing. A... | normal | VERIFIED | FIXED |
{'$oid': '52e9b44b54dc1c25ebdb1f3a'} | 86 | I feel that catchup/release mode is a wishy-washy name for that mode, and it doesn't
make it very distinct from the other modes. I think we should change it to
be called "Power User Mode". This better expresses the reason for the mode, encourages
novices to stay away from it, and is a much catchier name. This is als... | normal | RESOLVED | FIXED |
{'$oid': '52e9b44b54dc1c25ebdb1f3b'} | 89 | Connect to a windows cvs server
Create a new team stream.
The error appears as "team stream already exists"
1) It should be capitalized: "Team stream already exists"
2) It should be more verbose; in fact, on windows servers you
can only have one team stream. We should either differentiate
these two cases or be... | normal | RESOLVED | INVALID |
{'$oid': '52e9b44b54dc1c25ebdb1f3c'} | 90 | If you select a project in another stream (one that has actually been released into that stream)
in the repo explorer, all the properties in the property sheet save "name" are blank
(eg. author, comment, etc.).
NOTES: | normal | RESOLVED | INVALID |
{'$oid': '52e9b44b54dc1c25ebdb1f3d'} | 87 | Check menu separators and ordering for pop in catchup/release.
NOTES: | normal | RESOLVED | INVALID |
{'$oid': '52e9b44b54dc1c25ebdb1f3e'} | 88 | If the user selects to run a release/catchup on files that are modified, but not saved yet, should we prompt the user that
the files should be saved first or help him save them?
NOTES:
KM (5/23/01 10:23:24 PM)
Also there is an existing PR suggesting we should refresh from local too.
KM (05/27/01 3:19:55 PM)
Futur... | normal | RESOLVED | FIXED |
{'$oid': '52e9b44b54dc1c25ebdb1f3f'} | 91 | My workspace was built by KH.
I caught up, loaded everything.
Changed a few files.
Changed the project property to use my name and password instead of KH.
Selected the project->mananging->catchup in the navigator.
The catchup view shows that everything is different but I changed only 3 or 4 files and
no one rele... | normal | VERIFIED | FIXED |
{'$oid': '52e9b44b54dc1c25ebdb1f40'} | 93 | 1. Enter an invalid password when logging into a repo.
2. Click cancel.
3. Discard the repo location.
4. Create another connection to the same repo, the old password is used and I have no chance of changing
my password. The only way out is to manually delete the key ring file.
We need a way of forcing a login to a ser... | normal | RESOLVED | FIXED |
{'$oid': '52e9b44b54dc1c25ebdb1f41'} | 92 | Several parts of the CVS UI directly reference internal CVS core stuff.
The UI should only be interacting with a clearly defined API, not referencing
anything else in core. Our convention is that the ".base" packages are API
between VCM core and VCM UI.
This should be easy and safe to fix, it may just involve moving ... | normal | RESOLVED | INVALID |
{'$oid': '52e9b44c54dc1c25ebdb1f42'} | 94 | When browsing files in the Repositories View, if you try to open a file it will
always open in the text editor even if it is not associated to it. The view does
not behave like the navigator - it should open the file using its associated
editor, if it is not associated, it should open using its system default viewer.
... | normal | RESOLVED | DUPLICATE |
{'$oid': '52e9b44c54dc1c25ebdb1f43'} | 95 | JDK 110 W2K
Was working in cvslnx.ott.oti.com:/home/cvs.vcmrepo on my laptop.
Copied the entire workspace to a desktop machine and did some work with it there.
Then went back to the laptop (note: didn't copy the workspace back) and went to catchup.
Compare works ok, but continually getting CVS errors when trying to ca... | normal | RESOLVED | INVALID |
{'$oid': '52e9b44c54dc1c25ebdb1f44'} | 96 | Subscriber.getAdapter(IResource) should throw VCMException because it does
return getRepository(resource).getAdapter();
and getRepository(resource) can legitimately return null.
Throwing an exception here would be more helpful than an NPE
and is a common code path.
See also
1GEGR0U: ITPVCM:WINNT - NPE refreshin... | normal | RESOLVED | INVALID |
{'$oid': '52e9b44c54dc1c25ebdb1f45'} | 97 | There is an option for turning on prompting for project location on add.
Default is "don't prompt". Its not evident that this option exists.
NOTES: | normal | RESOLVED | INVALID |
{'$oid': '52e9b44c54dc1c25ebdb1f46'} | 98 | We need a "New" button in the repo connection dialog.
Otherwise its not clear how you get a new one when first time you release a
project and the list comes up emtpy.
NOTES:
KM (5/31/01 8:59:26 PM)
We'ld require a wizard that had you choose the repo as its first page,
or
if there was only one type did not displa... | normal | RESOLVED | DUPLICATE |
{'$oid': '52e9b44c54dc1c25ebdb1f47'} | 101 | merge wizard
new cvs connection
new team stream.
NOTES:
JEM (6/1/01 5:41:48 PM)
Also ignore preference page.
JohnA (6/2/2001 3:04:42 PM)
Added the code hook for the preference page.
JohnA (6/13/2001 1:06:19 PM)
Moving to future. Need to reconsider help for wizards when we have time. | normal | RESOLVED | FIXED |
{'$oid': '52e9b44c54dc1c25ebdb1f48'} | 100 | It would be nice to be able to lock the teamstream or the project being
released into it for the duration of the release process.
This would be intended to prevent another user from catching up with some
inconsistent state.
NOTES:
KM (5/29/01 3:04:51 PM)
Yes, we'ld like as well!
Not supported in June (and not sup... | normal | RESOLVED | INVALID |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 18