| Author |
cvs plugin for deliver specifice defects
|
hani Ibrahim
Ranch Hand
Joined: Sep 06, 2006
Posts: 182
|
|
Hi all,
does anyone knows plugins for cvs in eclipse to make deliver not all defects .only some of them .
i used to use clear case and clear quest. who uses them knows exactly what i miss in cvs
for more calrification:
if i have 4 defects and solve all in development and i want to deployed only war file with 2 of them for some reason.so what is the way for that by tool manage for cvs
please help.
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14487
|
|
I think you need to get someone who is fluent in technical English to help you because I think that you're using the wrong words.
If what you are trying to do is take a project with changes in it and check in only some of the changes to CVS, do this:
Use the Team/Synchronize menu selection off the Project Navigator pop-up (right-click) menu to cause the project to compare itself against the CVS archive and open the CVS compare Perspective and View.
That should display a tree view of the project, showing only the parts of the project that are different from what is in the CVS archive.
You can now do 1 of 2 things:
1. Use selection highlighting to select the parts of the project that you want to update in CVS (commit). Use the right-mouse menu "Commit" command to commit them.
OR
2. Remove the parts of the project that you DO NOT want to commit from the tree display using the right-mouse menu "Remove From View" command, then commit the remaining displayed files.
CAUTION: Do not use the Delete key to remove files from the view, as the Delete key will also permanently delete the selected files from your project's file directories.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26193
|
|
|
You may also need a branch so you can create a place in the repository that just fixes specific defects.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: cvs plugin for deliver specifice defects
|
|
|