Bug 160851 - [Wizards] Inconsistent "Check out as .." behavior for versions
Summary: [Wizards] Inconsistent "Check out as .." behavior for versions
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: CVS (show other bugs)
Version: 3.3   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 3.3 M6   Edit
Assignee: platform-cvs-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed, helpwanted
Depends on:
Blocks:
 
Reported: 2006-10-13 08:28 EDT by Elfi Heck CLA
Modified: 2007-03-20 13:43 EDT (History)
1 user (show)

See Also:


Attachments
Fix (1.28 KB, patch)
2007-02-07 08:26 EST, Krzysztof Daniel CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Elfi Heck CLA 2006-10-13 08:28:44 EDT
Doing the following:
Open the version tree for a project
Chosse a version and select one folder in the project
Select "Check out as..." and "Check out into an existing project"
Click "Finish" after selecting a target folder
-> the desired version is checked out
Doing the same but selecting more than one folder (in the same parent folder) checks out the "HEAD" revisions.
Comment 1 Bogdan Gheorghe CLA 2006-11-03 14:33:51 EST
Verified problem in I20061102-1227. Unfortunately, we don't have the cycles to address this at the moment. Patches will be accepted.
Comment 2 Krzysztof Daniel CLA 2007-02-07 08:26:58 EST
Created attachment 58441 [details]
Fix

Added null checking like in getRemoteFolder. If no tags are selected, no change is made to selected folders.
Comment 3 Michael Valenta CLA 2007-02-07 08:56:30 EST
Thanks for the patch.
Comment 4 Michael Valenta CLA 2007-02-13 12:23:46 EST
Fix released to HEAD. Thanks again.
Comment 5 Michael Valenta CLA 2007-03-20 13:43:49 EDT
verified