_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': '52e9b44c54dc1c25ebdb1f49'}
99
Whenever I attempt to release a whole project, it takes a long time to compute the outgoing changes. In some cases, I even know I want to override fully what is on the server, and would be happy with a release no compare. What I mean is that the release operation should trigger a lazy compare action. It would be fine...
normal
RESOLVED
FIXED
{'$oid': '52e9b44c54dc1c25ebdb1f4a'}
102
It would be really nice if we had an accelerator for stepping (eg. cntrl-N). Having to pick an icon is bad for accessibility and slows things down since you move from editing text to back up to the 'next' buttons. NOTES: AW (31.05.01 20:17:58) Yes! AW (01.06.01 20:50:30) Fixed in > 0.116. There is a new org.ecli...
normal
RESOLVED
FIXED
{'$oid': '52e9b44c54dc1c25ebdb1f4b'}
103
Version a project (in the workspace) as v123. Version again. The dialog should suggest v124 as the version number; instead it has no suggestion. NOTES: KM(5/30/01 6:21:30 PM) Seems to work for me. Did you have several projects selected? KM (5/30/01 6:23:40 PM) Its not clear to me how its picking the 'next' num...
normal
RESOLVED
INVALID
{'$oid': '52e9b44c54dc1c25ebdb1f4c'}
104
- Create a new CVS repository location - Put anything in the fields of the wizard (e.g. 'a', 'a', 'a') and finish - When trying to access the streams, you are prompted to enter a password. No password should be required as the connection will fail anyway. It comes from the constructor of class Client in core.cvs. A u...
normal
VERIFIED
FIXED
{'$oid': '52e9b44c54dc1c25ebdb1f4d'}
105
If you call ISharingManager#getIgnored() on resources that are children of ignored folders (such as bin), it returns false. It should return true if any parent is ignored. NOTES: Jean-Michel (31/05/2001 6:58:18 PM) JohnA will be handling this by passing a IResource[] with parents to getIgnored. JohnA (6/1/2001 4:2...
normal
VERIFIED
FIXED
{'$oid': '52e9b44c54dc1c25ebdb1f4e'}
106
The "ingore resources" page has the list box far down in the dialog. NOTES: JEM (5/31/01 7:14:41 PM) Hmm, it was fine when I wrote it. JEM (6/1/01 10:41:28 AM) Fixed JEM (6/4/01 9:53:51 AM) Did this fix not get in? Still looks odd.
normal
RESOLVED
INVALID
{'$oid': '52e9b44c54dc1c25ebdb1f4f'}
108
HackFinder cleanup. CVS Subscriber.confirmMerge() is eating a CoreException (logs it now) and should probably propagate the exception to the caller. NOTES:
normal
RESOLVED
INVALID
{'$oid': '52e9b44c54dc1c25ebdb1f50'}
109
HackFinder cleanup. Subscriber.buildBaseVersionAfterLoad states that we need to solve the problem of the parents having to exist. NOTES:
normal
RESOLVED
INVALID
{'$oid': '52e9b44c54dc1c25ebdb1f51'}
107
HackFinder cleanup. TeamStreamHandle.fetchBaseVersion only works for files. Additional API is required from the repository adapter to implement this for non-files. NOTES:
normal
RESOLVED
INVALID
{'$oid': '52e9b44c54dc1c25ebdb1f52'}
110
HackFinder cleanup. In CVSResource.getServerWorkspace, we shouldn't be exposing the context, but didn't know how to implement fetchFileHistory() without it. NOTES:
normal
RESOLVED
INVALID
{'$oid': '52e9b44c54dc1c25ebdb1f53'}
111
HackFinder cleanup. CVSAdapter.getKnownRemoteDirectories has a hack to add the project directories that should be fixed properly. NOTES:
normal
RESOLVED
INVALID
{'$oid': '52e9b44c54dc1c25ebdb1f54'}
112
HackFinder cleanup. The following API methods have unimplemented stubs: Handle.fetchReferencedProjectVersions Handle.fetchSharingRecommendations Handle.fetchProperties Handle.fetchDescription SharingManager.getRecommendedSharing SharingManager.setRecommendedSharing NOTES:
normal
RESOLVED
INVALID
{'$oid': '52e9b44c54dc1c25ebdb1f55'}
113
There are different core delete methods if you want to delete files and folders but keep local history. We should consider using those methods when we delete stuff in our replace with code, that way local history would be maintained. Currently, replace with calls the wrong core methods, and local history gets wiped ou...
normal
RESOLVED
INVALID
{'$oid': '52e9b44c54dc1c25ebdb1f56'}
115
When creating a new repository location, the fields of the wizard are always empty. Thus the user has to enter his name, the host and the path each time he creates a new location. However, the user name and the host name are bound to be the same for every new location while the paths must not be very different. So why...
normal
RESOLVED
INVALID
{'$oid': '52e9b44c54dc1c25ebdb1f57'}
114
When asking to save the sync view buffer to disk, check that the file has not been modified since the sync view read it. There can be conflicts between changes in the sync view and changes made in other editors. NOTES:
normal
VERIFIED
FIXED
{'$oid': '52e9b44d54dc1c25ebdb1f58'}
117
(There was a PR about this in the Inbox earlier today. I could not find it anymore, creating a new one.) Merge managers put sync info in the resource tree which is persisted across sessions. We need to clean up. NOTES: BB (6/1/2001 7:13:10 PM) Since we don't have ongoing merges (yet, this would be "subscribing to ...
normal
RESOLVED
INVALID
{'$oid': '52e9b44d54dc1c25ebdb1f59'}
116
(From Julian J) When the user selects the "Version from stream..." action in the Repository view, I'd recommend you refresh the view once the action has been completed. NOTES: KM (6/1/01 11:26:01 AM) We need to be careful here due to performance issues on refresh in the repo view, especially over slow connectio...
normal
RESOLVED
FIXED
{'$oid': '52e9b44d54dc1c25ebdb1f5a'}
118
The message says: "Resource was out of sync with the file system: x/y/j.txt". It should be more informative: "foo/bar.txt was out of sync with the file system. Unable to delete and continue load operation.' NOTES: Jean-Michel (01/06/2001 3:18:12 PM) Low priority :)
normal
RESOLVED
INVALID
{'$oid': '52e9b44d54dc1c25ebdb1f5b'}
119
- In Repo view, select a folder: only its name is displayed in the Properties view, the other fields are empty. - Select a project in stream 'HEAD': again, only its name is available, but this time "n/a" is printed in the 'author', 'comment' and 'version' fields and the current system date is printed in the 'modified' ...
normal
RESOLVED
FIXED
{'$oid': '52e9b44d54dc1c25ebdb1f5c'}
120
The SSH client does not close the connection to the server properly. The log output of sshd on a Linux machine contains entries like "fatal: Connection closed by remote host. debug: Calling cleanup 0x8055fe0(0x0)". This does not appear when using the cvs command line client with ssh; instead, there are log entries...
normal
VERIFIED
FIXED
{'$oid': '52e9b44d54dc1c25ebdb1f5d'}
121
We need to remove merge manager sync info fomr the tree. 1. change sync name for merge manager, replace prefix with "merge" (optional) 2. flush on plugin startup searching for merge manager sync info and delete. NOTES: KM (6/1/01 6:25:09 PM) Don't want to mess with sync info now. Jean-Michel (04/06/2001 2:49:45 P...
normal
VERIFIED
FIXED
{'$oid': '52e9b44d54dc1c25ebdb1f5e'}
122
After having synchronized and released successfully with teamstream (on zrhcvs), I attempted to version the project org.eclipse.jdt.core and got a dialog saying "CVS communication error", following stack trace was in the log: Log: Sat Jun 02 00:45:55 CEST 2001 4 org.eclipse.vcm.core 4 CVS communication error java.io.I...
normal
RESOLVED
DUPLICATE
{'$oid': '52e9b44d54dc1c25ebdb1f5f'}
125
1. create a new java project with a main class 2. sync the main class 3. try to release just that resource Get the no-lock error. If you then pick the project to release you still can't (I think you'ld need to resync the project). NOTES: KM (6/5/01 7:50:22 PM) Verified, still exists in 118. Jean-Michel (06/06/2001...
normal
RESOLVED
FIXED
{'$oid': '52e9b44d54dc1c25ebdb1f60'}
124
When we load a version of a project without first connected to a stream, we don't keep any sync info. But yet we know the version IDs of all the resources when we load them. What if we: 1. separate the notion of connection to a repo from that of connecting to a stream 2. keep sync info based on repo 3. allow you to th...
normal
RESOLVED
FIXED
{'$oid': '52e9b44d54dc1c25ebdb1f61'}
123
This scenario happens very often to me - I change a file in my workspace to test something - I do a release - in the release I encounter that there is no need to release the file - I want to replace it from the stream but a corresponding action is missing Now I have to go to the navigator to do the job...
normal
RESOLVED
FIXED
{'$oid': '52e9b44d54dc1c25ebdb1f62'}
126
while releasing a file, I got the following error message: Repository colsed connection Details>> cvs [server aborted]: cannot rename file d:\cvsroot.../,ProblemReportView.java, to d:\cvsroot.../,ProblemReportView.java,v: File Exists NOTES: JohnA (8/10/2001 12:20:44 PM) She was using the repo on James' compute...
normal
RESOLVED
INVALID
{'$oid': '52e9b44d54dc1c25ebdb1f63'}
128
It is impossible to turn off the sharing for a project. Are there any cases where this would be useful? Perhaps an item for future consideration. NOTES:
normal
RESOLVED
INVALID
{'$oid': '52e9b44d54dc1c25ebdb1f64'}
127
If you sync on an ignored .class file it says "Resources are the same...". It should say you can't since its ignored. NOTES: JEM (6/6/01 2:43:23 PM) What if you sync on multiple files, some of which are ignore and some aren't, and there are no changes? We need one generic message that conveys that there are no cha...
normal
RESOLVED
FIXED
{'$oid': '52e9b44d54dc1c25ebdb1f65'}
129
If you try and discard a repository location that is being shared with projects in your workbench the dialog should show all projects shared with the location (e.g. use the DetailsDialog). The message should tell the user how he can discard a repo location: "Cannot discard this location while projects in your works...
normal
VERIFIED
FIXED
{'$oid': '52e9b44d54dc1c25ebdb1f66'}
130
1) Select multiple Project in Navigator 2) Version from workspace issue #1: What about a 'Yes to all' if conflicting resources issue #2: The increment of the long operation finishes before we preocessed all the projects NOTES: KM (6/5/01 6:04:57 PM) Issue #1 is future. KM (6/6/01 4:02:03 PM) Seems ok to me. JEM ...
normal
RESOLVED
INVALID
{'$oid': '52e9b44d54dc1c25ebdb1f67'}
133
Why is the Show in Resource History enabled in the history view? What is it supposed to do? NOTES: KM (6/4/01 3:21:57 PM) Previously PR'd. Its actually hard to get rid of it. JohnA (6/4/2001 3:30:15 PM) Actions don't know what view they're in. Note that this will get the latest history, so it acts a bit like a ...
normal
RESOLVED
INVALID
{'$oid': '52e9b44d54dc1c25ebdb1f68'}
131
1) Create a resource that is the only resource in its folder. 2) Release this change to the cvs repository. 3) Delete the resource from your workspace. 4) Release this change to the cvs repository. Note: Because this was the only thing in the folder, th folder gets removed too. 5) Expand project versions to find the ...
normal
RESOLVED
INVALID
{'$oid': '52e9b44d54dc1c25ebdb1f69'}
132
You are working away on your project and decide to release. The sync view shows your outgoing changes, at this point you realize that you don't want to release, or ever will want to, some resources. What can you do? Curently our story is very weak. NOTES: Jean-Michel (04/06/2001 2:01:53 PM) Currently when the user ...
normal
RESOLVED
FIXED
{'$oid': '52e9b44d54dc1c25ebdb1f6a'}
134
The following operations on unmanaged resource provide different style dialogs for errors. I'm not sure what we should use, but they should a least be the same? version history => information compare with stream resource => error compare with version => information replace with stream resource => error NOTES:
normal
RESOLVED
INVALID
{'$oid': '52e9b44d54dc1c25ebdb1f6b'}
135
Select to version a project from the workspace, if the project has been versioned often (e.g. org.eclipse.vcm.core) the dialog takes >10s to appear. If you then chose the "name each" option, it takes another >10s to appear. I think we may be doing extra round trips here because in order to show the first dialog the pro...
normal
RESOLVED
INVALID
{'$oid': '52e9b44d54dc1c25ebdb1f6c'}
137
- Create a new file - When you compare with Stream resource you get a "... is not released in a stream" message, while when you try to replace with Stream resource you get a "... does not belong to a stream" message. The titles are different too. I suppose it would be more consistent to print the same message as the ...
normal
RESOLVED
INVALID
{'$oid': '52e9b44d54dc1c25ebdb1f6d'}
136
We don't provide progress monitoring during a merge. There is a lot of work going on here (e.g. at least 2 full refreshes) and other comparisons. We must show progress for this long running operation. NOTES:
normal
RESOLVED
FIXED
{'$oid': '52e9b44e54dc1c25ebdb1f6e'}
138
The context menu items regarding VCM should either not be present or disabled wheb the project isn't connected with a repository. There are also strange differences in enablement of the menus: For example Replace with stream (and version) is disabled while Replace with version is enabled (on a CU). NOTES: JEM (...
normal
RESOLVED
INVALID
{'$oid': '52e9b44e54dc1c25ebdb1f6f'}
141
Recommend dialog automatically select a stream. Options - select 1st stream - if dialog is being run a second time then select the stream the user chose last time he used the dialog. NOTES:
normal
RESOLVED
INVALID
{'$oid': '52e9b44e54dc1c25ebdb1f70'}
139
After using it awhile, I really think we should automatically switch to release mode when there's no more to catchup. As it is, it starts up in catchup mode by default, and once the user has caught up to all incoming changes, it's easy to get the impression that they're in sync, because the view is empty. One possibi...
enhancement
RESOLVED
WONTFIX
{'$oid': '52e9b44e54dc1c25ebdb1f71'}
140
Close a project. Replace with version. The project is re-opened. NOTES: JEM (6/5/01 10:13:58 AM) Replace with version menu item should be disabled on closed projects. JEM (6/6/01 12:48:50 PM) Fixed JEM (6/7/01 12:24:32 PM) Backed out, this is valid behaviour. There are cases where we don't want to be forced t...
normal
RESOLVED
FIXED
{'$oid': '52e9b44e54dc1c25ebdb1f72'}
142
The Repository arrows are left right arrows although they are used to navigate up and down in the list - the up and down arrows should be used instead. NOTES: JohnA (6/5/2001 2:10:40 PM) These arrows are supplied by DrillDownAdapter, part of org.eclipse.ui. I think left&right icons make more sense, because it's ...
normal
RESOLVED
INVALID
{'$oid': '52e9b44e54dc1c25ebdb1f73'}
143
When I 'Version from workspace' a project and set an already-existing version name as the new version name, for example "MyVersion", the operation first seems to work (progress bar) then I get the following error message: (title) "Versioning Problems" (text) "Versioning Problems" (details) "W bin/mypackage/...
normal
RESOLVED
INVALID
{'$oid': '52e9b44e54dc1c25ebdb1f74'}
145
* Connect to cvslnxtest * expand Head * expand DaveHelloWorld project * select file readme.txt.1.1 * choose Add to Workspace from pop up menu Note: I have never had DaveHelloWorld in my workspace Log: Wed Jun 06 00:31:47 EDT 2001 4 org.eclipse.vcm.ui 1 Errors adding project 1=============<children>============= 4 ...
normal
VERIFIED
FIXED
{'$oid': '52e9b44e54dc1c25ebdb1f75'}
144
CTRL + C does not work in " New CVS Repository Location " dialog When you select some text and hit CTRL + C, weird chars show up. NumLock does not make any difference in this case. NOTES:
normal
RESOLVED
INVALID
{'$oid': '52e9b44e54dc1c25ebdb1f76'}
146
UnknownHostException is not caught when the host name is invalid 1. in the Repositories view, New->CVS repository location 2. put a garbage host name( e.g. eh? ) 3. complete the wizard. 4. expand the "Project Version" UHE is thrown. Log: Wed Jun 06 12:51:50 EDT 2001 4 org.eclipse.vcm.core 4 Cannot locate host eh? ja...
normal
RESOLVED
DUPLICATE
{'$oid': '52e9b44e54dc1c25ebdb1f77'}
147
After adding a file and releasing it, it won't show up in the repository view NOTES: JEM (6/22/2001 9:22:50 AM) Known deficiency. We currently only have events on a repository and stream basis, not on individual resources. JohnA (6/25/2001 11:11:41 AM) Use the refresh button in the repo view (or hit F5) to discov...
normal
RESOLVED
WONTFIX
{'$oid': '52e9b44e54dc1c25ebdb1f78'}
149
Synchronize a very large project with the server. The line in the progress monitor says "Determining incoming changes: <x>", where <x> is the file it's currently comparing. When it gets to the end, the last file to be compared is displayed, in my case, "Determining incoming changes: yesno.c" and this message appe...
normal
RESOLVED
INVALID
{'$oid': '52e9b44e54dc1c25ebdb1f79'}
148
Not high priority, but we should be setting the hover and disable icons for our actions. Note that we only need to set hover for actions that appear in toolbars. NOTES:
normal
RESOLVED
FIXED
{'$oid': '52e9b44e54dc1c25ebdb1f7a'}
150
While merging changes from my stream into HEAD, I had to merge a couple of conflicts. When I was prompted to save, it took >15 seconds to perform the save. The icon did not change to an hourglass and for a second I thought that Eclipse was dying a slow death. We should be nice and show an hourglass :) NOTES: JEM (9...
normal
RESOLVED
INVALID
{'$oid': '52e9b44e54dc1c25ebdb1f7b'}
152
Add to Workspace overwrites read-only 1. For a versioned project, make it and its files read only 2. Do Show in Resource History to it 3. In the resouce history, do Add to Workspace. 4. The dialog asks whether to overwrite the existing project. Click yes( not yes to all ) Notice that it doesn't confirm you for its re...
normal
RESOLVED
FIXED
{'$oid': '52e9b44e54dc1c25ebdb1f7c'}
153
- Create a new project - In its Properties dialog, select Team and choose a repository. - Try to version from workspace - You are first prompted for a version name, then you get a message dialog "Versioning Problems". This message has title and text identical. NOTES:
normal
RESOLVED
INVALID
{'$oid': '52e9b44e54dc1c25ebdb1f7d'}
151
Whenever you cancel the operation on the repositories, InterruptedIOExceptions are not caught. 1. For a project which has been released to a stream, modify one of its files. 2. Do a Synch on the file. 3. When the progress information dialog shows _the message_ "Computing differences..", click Cancel. The dialog freez...
normal
VERIFIED
FIXED
{'$oid': '52e9b44e54dc1c25ebdb1f7e'}
154
Much of the code in VCMEditionSelectionDialog is copied from HistoryView. The common code needs to be factored out. NOTES: JEM (9/19/2001 4:56:57 PM) VCMEditionSelecitonDialog is gone now, but code is now duplicated in CompareResourceEditorInput.
normal
RESOLVED
INVALID
{'$oid': '52e9b44e54dc1c25ebdb1f7f'}
155
The change button sits in the middle of nowhere in the Team properties dialog. It is not clear which entries it is related to. STEPS 1) Select a project 2) Open properties dialog 3) Select Team NOTES: JEM (9/7/2001 11:51:23 AM) I'm not sure what we can do to make that better; it's directly beside the Team label...
normal
RESOLVED
INVALID
{'$oid': '52e9b44e54dc1c25ebdb1f80'}
156
If load fails, it has already deleted all resources. It should only delete old resources after successfully loading all new resources. NOTES:
normal
RESOLVED
FIXED
{'$oid': '52e9b44e54dc1c25ebdb1f81'}
157
Suspect progress changes also broke refresh by introducing multiple beginTasks. NOTES:
normal
RESOLVED
WONTFIX
{'$oid': '52e9b44e54dc1c25ebdb1f82'}
158
When trying to Replace with Version a project/folder, or trying to Compare with Version a project/folder/file, you are prompted for a location and a version even if the resource has never been synchronized. However, if you try to Replace with Version a non-synchronized file, you get a "Unable to replace" message. So...
normal
RESOLVED
WONTFIX
{'$oid': '52e9b44f54dc1c25ebdb1f83'}
159
ZRH manages a stable stream to share stable code with SNZ and MIN. To do so we created a stable stream into which we copy our a stable version almost every day. Since ZRH has to copy 11 projects, the current UI support to do so isn't very user friendly. I have to do the following - open dialog for (int i= 0; i < 11; ...
normal
RESOLVED
INVALID
{'$oid': '52e9b44f54dc1c25ebdb1f84'}
160
Connect to [email protected]:/cvsroot/slashcode Expand HEAD. The CVS repository reported problems. cvs-sf server: Updating . cvs-sf server: New directory `CVSROOT' -- ignored cvs-sf server: New directory `Comments' -- ignored cvs-sf server: New directory `SimpleStory' -- ignored ... etc for `new-slashd', `s...
enhancement
RESOLVED
DUPLICATE
{'$oid': '52e9b44f54dc1c25ebdb1f85'}
161
Add repository connection anonymous anoncvs.gnome.org /cvs/gnome, no pw Expand to gnome-pilot in HEAD Add to workspace. Right-click project. Synchronize. The directory 'macros' and its contents show up as incoming changes, even though you just added to workspace and even though macros is in .cvsignore. If you right-cl...
normal
RESOLVED
WORKSFORME
{'$oid': '52e9b44f54dc1c25ebdb1f86'}
162
You are allowed to compare a non-shared project (eg. a new project) to a version of a project that has the same name on a repo. However, the comparison behaves as follows: - Every resource on server appears as a deletion - Everything else is ignored, independently of the contents of the local project. NOTES: OC (12/...
normal
RESOLVED
INVALID
{'$oid': '52e9b44f54dc1c25ebdb1f87'}
163
AK (6/12/01 4:55:24 PM) i got this exception last night when i was working at home - not connected to the internet don't remember what i pressed. 'synchronize with stream' i think. not sure though there're 2 walkbacks but i guess they're related 4 org.eclipse.vcm.core 4 Cannot locate host zrhcvs.zrh.oti.com java.ne...
critical
VERIFIED
FIXED
{'$oid': '52e9b44f54dc1c25ebdb1f88'}
165
Releasing to multiple repositories makes the Synchronize window report conflicts for every class in the project which makes it unusable. STEPS: 1. Get a wad of code. 2. Attach to repository A 3. Release it to the HEAD team stream 4. Make some modifications 5. Attach to repository B 6. Release to repository B 7. Notice...
normal
RESOLVED
WONTFIX
{'$oid': '52e9b44f54dc1c25ebdb1f89'}
164
- Create a new empty project, name it by the same name as a project on repo but change the case (for example capitalize one letter) - Select the project on repo and Add to workspace - You get a message: "... already exists in the local file system. Overwrite?" - Click Yes - You get a "Error adding project": "Resource ...
normal
VERIFIED
FIXED
{'$oid': '52e9b44f54dc1c25ebdb1f8a'}
166
We have discussed the problem of how to show what the input set to the sync view is. Jeem had the idea of showing the parents of the sync view inputs in grey, ala VA/Java class hierarchy. NOTES:
normal
RESOLVED
INVALID
{'$oid': '52e9b44f54dc1c25ebdb1f8b'}
168
Since chaging the sharing of a project to another repo essentialy blows away the sync info, we should warn the user in the case that the project has unreleased or outgoing changes. NOTES: KM Readme
normal
RESOLVED
INVALID
{'$oid': '52e9b44f54dc1c25ebdb1f8c'}
167
From Jeem: Whenever the server is being contacted, there should be a progress monitor (either dialog or status line), that the user can cancel. The cancelation should be supported at the lowest level of the client code. I.e., the loop that is waiting for a response from the server should also be polling the cancela...
normal
RESOLVED
FIXED
{'$oid': '52e9b44f54dc1c25ebdb1f8d'}
169
VCMPropertyPage tries to contact the server before control is created in VCMPropertyPage#createControl, the call to initialize() should come after the call to setControl(). Otherwise, if errors occur during initialize (for example if the server is down), it has no way of opening an error dialog because it has no pare...
normal
RESOLVED
FIXED
{'$oid': '52e9b44f54dc1c25ebdb1f8e'}
170
When the connection to the repositories fails, InterruptedIOException is not caught. Log: Wed Jun 13 12:13:40 EDT 2001 4 org.eclipse.vcm.core 4 Cannot connect to host cvslnxtest java.io.InterruptedIOException: Operation timed out: no further information at java.net.PlainSocketImpl.socketConnect(Native Method) at jav...
normal
VERIFIED
FIXED
{'$oid': '52e9b44f54dc1c25ebdb1f8f'}
171
(inspired by this morning's server problems) - add some projects to your workspace from a team stream in some repository - unplug your network connection from the wall - select all of the projects, right-click -> Replace With -> Stream Contents - this of course leads to an error dialog, OK - now all of the resources t...
normal
RESOLVED
DUPLICATE
{'$oid': '52e9b44f54dc1c25ebdb1f90'}
172
Some problems in the code of ResourceEditionNode: - Two dead methods, loadCache and loadContent are never called - Class no longer needs to implement IModificationDate, so method getModificationDate can be removed - if getModificationDate was not removed, it should at least check for the possiblity of a null modifi...
normal
RESOLVED
INVALID
{'$oid': '52e9b44f54dc1c25ebdb1f91'}
173
If you select a file with a conflict in the sync view, 4 round trips are performed to get the content. I would expect at most 2 (common, and remote). NOTES: JohnA (6/13/2001 3:37:19 PM) It's actually only on the very first selected item when the view is opened that it does four round trips. This is because both A...
normal
VERIFIED
FIXED
{'$oid': '52e9b44f54dc1c25ebdb1f92'}
175
Compare/Replace with base version, when file is not dirty, should tell me they're the same, rather than opening a compare editor or performing an unnecessary load. Compare with stream contents on a file should tell me if the files are the same, rather than opening the compare dialog on identical contents. NOTES: JE...
normal
RESOLVED
DUPLICATE
{'$oid': '52e9b44f54dc1c25ebdb1f93'}
174
In the (not common) case where you create a non-existing repo location and share a project on it via Properties -> Team, if you: - Version from Workspace, the dialog box proposes an empty version name by default, which makes it impossible to validate. If you enter a version name then validate, you get a message sayin...
normal
RESOLVED
INVALID
{'$oid': '52e9b44f54dc1c25ebdb1f94'}
177
I have released a project, without initially providing .cvsignore. That copied my bin directory to cvs. I later created .cvsignore and put "bin" as a content, to prevent bin from being copied to CVS. I have removed bin from .cvsignore to be able to delete bin, but no matter what I do I cannot delete bin from CVS. ...
normal
RESOLVED
WONTFIX
{'$oid': '52e9b44f54dc1c25ebdb1f95'}
176
When using the right-button popup on a project version (inside the repository view, when intending to add a different version to workspace), the menu is extremely slow to open. It feels like it is spending time talking to the CVS repository, and this does not seem to make any sense simply for opening the menu NOTES: ...
normal
RESOLVED
WONTFIX
{'$oid': '52e9b44f54dc1c25ebdb1f96'}
178
It would be nice if when things got filtered out, their expansion would be remembered, so that when the item is revealed again it has the correct expansion. For example, if you have one outgoing change, switch to the catchup pane and then come back, the tree is completly collapsed. NOTES:
normal
RESOLVED
DUPLICATE
{'$oid': '52e9b44f54dc1c25ebdb1f97'}
179
I get an error message in one repeatable case. To reproduce: - Add to workspace vcm.ui from vcmrepo and cancel the operation. - You eventually get a message saying "CVS communication error" The log: Log: Wed Jun 13 16:58:42 EDT 2001 4 org.eclipse.vcm.ui 1 Errors adding project 1=============<children>============= ...
normal
VERIFIED
FIXED
{'$oid': '52e9b45054dc1c25ebdb1f98'}
180
Random code review comments about types in the sync package: IRepositoryDeltaCollector method should be renamed to not use CVS-like terminology: - shouldn't take MergeResource, need an interface to allow plugin of other implementations. public void locallyAdded(MergeResource cvsFile); -> outgoingAdd public void loc...
normal
RESOLVED
INVALID
{'$oid': '52e9b45054dc1c25ebdb1f99'}
181
Why does the synchronize view has a title bar with buttons, and then another one below 'Structure compare' with again another set of buttons (up/down arrows). Both bars should be merged so as to maximize the available space. I do not see the added value of showing 'Structure compare'. NOTES: JohnA (7/25/2001 2:04:5...
normal
RESOLVED
WONTFIX
{'$oid': '52e9b45054dc1c25ebdb1f9a'}
182
In the merge dialog we allow you to select the project from which you would like to merge changes. Our implementation does not allow this since we don't do the right path magic to load files form ProjectA into ProjectB. To duplicate create two projects in your workspace that have streams that could be merged. Chose m...
normal
RESOLVED
FIXED
{'$oid': '52e9b45054dc1c25ebdb1f9b'}
183
We need to tell people that they must refresh from local if using external editors. Otherwise our sync info is out of date and it may not show as an outgoing change. NOTES:
normal
RESOLVED
DUPLICATE
{'$oid': '52e9b45054dc1c25ebdb1f9c'}
184
(Minor - Just for improvement of the next version of Eclipse) When you add a project to workspace from a stream different from HEAD, the effective presence of a version of the project on the stream is checked late. For example: - Create a new stream - 'Add to workspace' a project that does not have any version on the ...
normal
RESOLVED
WONTFIX
{'$oid': '52e9b45054dc1c25ebdb1f9d'}
185
:extssh:james@dj:/home/james/repo Add Large Project to workspace. 1st time: Error closing connection. 2nd and subsequent times: Unsupported Handler. NOTES: Jean-Michel (18/06/2001 4:46:38 PM) Reproduced first error, second try worked for me. It appears to be happening in the SSH code. Log: Mon Jun 18 16:41:51...
normal
RESOLVED
DUPLICATE
{'$oid': '52e9b45054dc1c25ebdb1f9e'}
186
Not a big deal, but really funny :) - Enter a long comment into the release comment dialog (e.g. 2000 characters). - Try another release. The release comment dialog will default to the width of the last comment, the dialog is huge. NOTES: Jean-Michel (6/18/01 8:58:30 PM) Also, it seems that long comments are being...
normal
RESOLVED
FIXED
{'$oid': '52e9b45054dc1c25ebdb1f9f'}
187
1. Create a java project 2. Create a package and a class 3. Release the project to a repo 4. Modify the .classpath (by hand to simulate a build path change) 5. Select Compare with Stream Contents on the .classpath file. The compare dialog opens and the history shows (error) for the version and the compare view editor ...
normal
RESOLVED
INVALID
{'$oid': '52e9b45054dc1c25ebdb1fa0'}
189
1) Start with a workbench containing a project that has an incoming creation 2) In the sync view, select the file that is an incoming creation 3) In the compare panes, select "Copy current change from right to left" 4) On the left hand side, right click, and choose save. Step 4 creates the resource, and converts from...
normal
RESOLVED
FIXED
{'$oid': '52e9b45054dc1c25ebdb1fa1'}
188
Steps: 1) During a large release, I killed the workbench from task manager 2) Restarted eclipse, did a synchronize with stream. 3) Everything is in conflict, as expected. 4) Chose to release all again, an error occurred during release: cvs server: cannot add file '..../yours.gif' when RCS file '/home/cvs/scratchrepo/...
normal
RESOLVED
INVALID
{'$oid': '52e9b45054dc1c25ebdb1fa2'}
190
1) Start with a single project/folder/file 2) Synchronize with stream (open sync view, choose release) 3) Change sharing of project, then change back to original stream 4) Choose "Synchronize With Stream" (everything should be in conflict). 5) It starts you in catchup mode. Select the file, catchup. 6) Note that the f...
normal
VERIFIED
FIXED
{'$oid': '52e9b45054dc1c25ebdb1fa3'}
191
Select a file in an unshared project. Compare With->Version. "/James Proj/file1.txt has no versions to compare with". Replace With->Version. "Resource(s) could not be loaded. The resource(s) may not exist on the server, or you may not have permission to access them. Reason: /James Proj/file1.txt has no ...
normal
RESOLVED
FIXED
{'$oid': '52e9b45054dc1c25ebdb1fa4'}
192
I can't repeat this. I created .cvsignore with contents 'file1.txt' Create file file1.txt. file1.txt had a '>' beside it in the navigator. I edited the file and resaved it. The '>' disappeared. NOTES:
normal
RESOLVED
WORKSFORME
{'$oid': '52e9b45054dc1c25ebdb1fa5'}
194
1) Add a global ignore pattern "BazProject" 2) Create a simple project called "BazProject" 3) Team->Version->Automatic->Ok 4) Error dialog: Title: Versioning Problems Message: The following resources cannot be versioned: No details area. It doesn't say what resources couldn't be versioned. NOTES:
major
RESOLVED
INVALID
{'$oid': '52e9b45054dc1c25ebdb1fa6'}
193
New project Proj New file file1.txt, add some contents to it. Release Proj and file1.txt to stream. On 2nd workspace, Load Proj Delete file1.txt Release the deletion. In 1st workspace, Compare file1.txt to stream contents. A compare dialog opens up, comparing the workspace file to an empty file that it ...
normal
RESOLVED
FIXED
{'$oid': '52e9b45054dc1c25ebdb1fa7'}
195
1) Release a project and file to the stream 2) Delete the file locally 3) Select the project, compare with stream 4) Select the file in the compare editor. Click "Copy whole document from right to left" 5) In the left hand side, click save. Nothing happens (it doesn't create the file). If you do the exact same thing...
major
RESOLVED
FIXED
{'$oid': '52e9b45054dc1c25ebdb1fa8'}
196
Started with following structure: JFinalSmoke (project) - org - baz -foo abc.txt C.java - foo - C.java Did "Replace With Stream" on project Canceled the replace in the middle. It deleted everything except the project. Team->Synchronize With Stream In catchup/release mode, select "org", and catchup...
major
RESOLVED
INVALID
{'$oid': '52e9b45054dc1c25ebdb1fa9'}
198
Start with the following structure locally: JProject - folder -file1.txt -file2.txt Release to stream Delete "folder" locally Select two files in repositories view, choose "Add to Workspace". Error dialog appears: Title: Errors adding project Message: Errors adding project Details: Resource JProject/folde...
normal
RESOLVED
INVALID
{'$oid': '52e9b45054dc1c25ebdb1faa'}
197
Compare project or folder with stream resource. Select a changed file. Edit the local file in the left-hand pane. There is no visual indication that the file has been changed. Furthermore, closing the compare editor does not prompt to save changes. NOTES: JEM (9/12/2001 3:31:02 PM) Waiting on Compare PR: 1GJY...
normal
RESOLVED
FIXED
{'$oid': '52e9b45054dc1c25ebdb1fab'}
199
In drop 120 (actually 120a?), we deleted a package from a project. In drop 121, we decided that we wanted it back, so we added it back (luckily, we had a copy). Today (125) we wanted to look at the history of that particular package pre-120. There was no history at all - the package versions from 105 (our starting p...
normal
RESOLVED
WORKSFORME
{'$oid': '52e9b45054dc1c25ebdb1fac'}
200
Depending on the selection there are some properties that may not be able to be determined (e.g. modification date for projects in the repository). In this cases we display "n/a" or worse, empty string, in the properties view. We should omit these properties from the list altogether if they are not applicable. NOTES: ...
normal
RESOLVED
FIXED