It's all about the answers!

Ask a question

how to get all previous changing sets


jiangfan shi (7613) | asked Jul 20 '10, 10:31 a.m.
these sets includes mine and others. Is there any query I can use to get such information?

thanks.

Jiangfan

7 answers



permanent link
Shashikant Padur (4.2k27) | answered Jul 21 '10, 12:36 a.m.
JAZZ DEVELOPER
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)

permanent link
Geoffrey Clemm (30.1k33035) | answered Jul 21 '10, 5:20 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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

permanent link
jiangfan shi (7613) | answered Jul 21 '10, 10:05 a.m.
"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

permanent link
jiangfan shi (7613) | answered Jul 21 '10, 10:08 a.m.
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

permanent link
Geoffrey Clemm (30.1k33035) | answered Jul 21 '10, 3:26 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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


permanent link
jiangfan shi (7613) | answered Jul 21 '10, 4:52 p.m.
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


permanent link
Sreerupa Sen (1.0k4) | answered Aug 02 '10, 12:39 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
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

Your answer


Register or 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.