It's all about the answers!

Ask a question

Regarding SCM


preetam kulkarni (139298) | asked Sep 05 '10, 5:00 a.m.
Hi All,
I wanted to know regarding the source control management . Whenever we checkin the change sets how the change sets are stored with respect to the data base. As the checked in file will be stored in the Repository work space, where exactly this change set will be stored , in Jazz Team server or Database. can you please help me over this.When the change set is delivered how it flows in the database.
Also when the code is edited , whether the delta part will be added to the file or the whole file will be added.

2 answers



permanent link
Geoffrey Clemm (30.1k33035) | answered Sep 05 '10, 8:56 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Change sets are stored in the "repository". You can think of the Jazz
Team server as the intermediary between your RTC client and the
repository, so things are stored *by* the Jazz Team server *into* the
repository.

The SCM component of the Jazz Team server does store some types of files
(such as text files) as deltas, rather than whole copies, but other than
for concerns about database space used, it's not something you should
care about.

Cheers,
Geoff

On 9/5/2010 5:08 AM, preetskuul wrote:
Hi All,
I wanted to know regarding the source control management . Whenever we
checkin the change sets how the change sets are stored with respect to
the data base. As the checked in file will be stored in the Repository
work space, where exactly this change set will be stored , in Jazz
Team server or Database. can you please help me over this.When the
change set is delivered how it flows in the database.
Also when the code is edited , whether the delta part will be added
to the file or the whole file will be added.

permanent link
Michael Valenta (3.7k3) | answered Sep 11 '10, 10:13 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
The change set is stored in the database. A change set may consists of
one or more folder or file items which are also stored in the database.
Each file item has an associated content which is stored in the database
as well using a delta compression algorithm to save space.

Hope this helps,
Michael

preetskuul wrote:
Hi All,
I wanted to know regarding the source control management . Whenever we
checkin the change sets how the change sets are stored with respect to
the data base. As the checked in file will be stored in the Repository
work space, where exactly this change set will be stored , in Jazz
Team server or Database. can you please help me over this.When the
change set is delivered how it flows in the database.
Also when the code is edited , whether the delta part will be added
to the file or the whole file will be added.

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.