Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

how to get all previous changing sets

these sets includes mine and others. Is there any query I can use to get such information?

thanks.

Jiangfan

0 votes



7 answers

Permanent link
Eclipse Client:
Expand you workspace, select your component, right click, Show -> History
or
Main Menu -> Search -> Jazz Source Control -> Change sets

SCM CLI:
scm history -r <repositoryUri> -w <workspace> <component>

API:
IWorkspaceConnection.changeHistory(componentHandle)

0 votes


Permanent link
To find previous change sets, look at the "history".
You can look at the history of an individual file (the change sets that
modified that file) or at the history of a component (the change sets
that modified that component).

In an SCM context, the operation on a file or component to show history
is usually something like "Show -> History".

In a non-SCM context, the operation on a file to show history is usually
something like "Team -> Show History"

Cheers,
Geoff

On 7/20/2010 10:38 AM, jiangfanshi wrote:
these sets includes mine and others. Is there any query I can use to
get such information?

thanks.

Jiangfan

0 votes


Permanent link
"Eclipse Client:
Expand you workspace, select your component, right click, Show -> History
or
Main Menu -> Search -> Jazz Source Control -> Change sets"

Following your idea, I found in the Visual Studio 2005, the path is

Main Menu -> Team Concert -> Search -> Change Set.

Thanks,

Jiangfan

0 votes


Permanent link
Thanks, Geoff.

I wonder what is the definition of a component? I am using VS2005. After I follow main menu->team concert-> search -> component, in the pop-up dialog, there is some filters like

repostory:
names begins with:
owned by:

So I wonder if a component is corresponding to a set of files with the same prefix name.

Best,

Jiangfan


To find previous change sets, look at the "history".
You can look at the history of an individual file (the change sets that
modified that file) or at the history of a component (the change sets
that modified that component).

In an SCM context, the operation on a file or component to show history
is usually something like "Show -> History".

In a non-SCM context, the operation on a file to show history is usually
something like "Team -> Show History"

Cheers,
Geoff

On 7/20/2010 10:38 AM, jiangfanshi wrote:
these sets includes mine and others. Is there any query I can use to
get such information?

thanks.

Jiangfan

0 votes


Permanent link
A "component" is a Jazz SCM concept, that is independent of which client
you are using. It is logically a directory tree, within which files can
be moved freely.

Unfortunately, I'm not familiar with how they are exposed in the VS UI,
so we'll need someone else to chime in on that.

Cheers,
Geoff

On 7/21/2010 10:23 AM, jiangfanshi wrote:
Thanks, Geoff.

I wonder what is the definition of a component? I am using VS2005.
After I follow main menu->team concert-> search -
component, in the pop-up dialog, there is some filters like

repostory:
names begins with:
owned by:

So I wonder if a component is corresponding to a set of files with the
same prefix name.

Best,

Jiangfan


gmclemmwrote:
To find previous change sets, look at the "history".
You can look at the history of an individual file (the change sets
that
modified that file) or at the history of a component (the change
sets
that modified that component).

In an SCM context, the operation on a file or component to show
history
is usually something like "Show -> History".

In a non-SCM context, the operation on a file to show history is
usually
something like "Team -> Show History"

Cheers,
Geoff

On 7/20/2010 10:38 AM, jiangfanshi wrote:
these sets includes mine and others. Is there any query I can use
to
get such information?

thanks.

Jiangfan

0 votes


Permanent link
Thanks, Geoff. The concept is clear for me now.

Best,

Jiangfan


A "component" is a Jazz SCM concept, that is independent of which client
you are using. It is logically a directory tree, within which files can
be moved freely.

Unfortunately, I'm not familiar with how they are exposed in the VS UI,
so we'll need someone else to chime in on that.

Cheers,
Geoff

On 7/21/2010 10:23 AM, jiangfanshi wrote:
Thanks, Geoff.

I wonder what is the definition of a component? I am using VS2005.
After I follow main menu->team concert-> search -
component, in the pop-up dialog, there is some filters like

repostory:
names begins with:
owned by:

So I wonder if a component is corresponding to a set of files with the
same prefix name.

Best,

Jiangfan


gmclemmwrote:
To find previous change sets, look at the "history".
You can look at the history of an individual file (the change sets
that
modified that file) or at the history of a component (the change
sets
that modified that component).

In an SCM context, the operation on a file or component to show
history
is usually something like "Show -> History".

In a non-SCM context, the operation on a file to show history is
usually
something like "Team -> Show History"

Cheers,
Geoff

On 7/20/2010 10:38 AM, jiangfanshi wrote:
these sets includes mine and others. Is there any query I can use
to
get such information?

thanks.

Jiangfan

0 votes


Permanent link
Componets are exposed in the same way in the VS Client as in the other clients. If you're interested in best practices on mapping of .NET source code to components, here are some articles that may help:
http://jazz.net/library/article/117
http://jazz.net/library/article/445

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jul 20 '10, 10:31 a.m.

Question was seen: 11,924 times

Last updated: Jul 20 '10, 10:31 a.m.

Confirmation Cancel Confirm