Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

CVS Deltas By Bugzilla Number

Revision as of 13:30, 24 May 2006 by Codeslave.ca.ibm.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is a quick walkthru for how to get the CVS deltas (changes to files) for a given project by bugzilla number.

It is assumed that the project's committers, when committing changes to code, tag their commits with the bugzilla number(s) associated with those commits, eg:

[81752] Changed some stuff

EMF Example

For the EMF project, you can get CVS Deltas in two ways.

Search Method

Go to the branch you want (http://www.eclipse.org/emf/news/release-notes.php?version=2.1), then search for the bug number. You can then pull up the CVS delta information by clicking the icon next to the bug id:

Release-notes-cvs-delta-link.png

Direct Query Method

Or, if you don't know the branch where the bug was fixed, just go here, enter the bug id, and hit Go!

File:Release-notes-cvs-delta-for-bug-id.png

Either way, you'll end up here:

http://download.eclipse.org/tools/emf/scripts/news-whatsnew-cvs.php?source=emf&bug=81752&Bugzilla=81752

Release-notes-cvs-whats-new.png

Copyright © Eclipse Foundation, Inc. All Rights Reserved.