It's all about the answers!

Ask a question

souce code repository


Manoj Panda (39336662) | asked May 26 '09, 8:56 a.m.
JAZZ DEVELOPER
Hi,
i just want to find the difference between ClearCase and RTC, while CC store the source code in raima database in a encrypted format, How RTC store the files and where

5 answers



permanent link
Jean-Michel Lemieux (2.5k11) | answered May 26 '09, 2:43 p.m.
JAZZ DEVELOPER
It stores files in the database using several compression techniques, mostly a combination of gzip, binary delta compression, and content reuse (sha2).
Cheers,
Jean-Michel

permanent link
Manoj Panda (39336662) | answered May 27 '09, 12:45 a.m.
JAZZ DEVELOPER
Hi

Where exactly it stores? Like in CC we have vob db so similarly if i use derby DB then how can i see my source files.

/Manoj

It stores files in the database using several compression techniques, mostly a combination of gzip, binary delta compression, and content reuse (sha2).
Cheers,
Jean-Michel

permanent link
Ralph Schoon (63.1k33646) | answered Jun 03 '09, 1:31 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hello manoj.panda,

you can see the source using the capabilities of the client as well as browse
the source using the Web UI.
The DB is just a DB (like the one that is underpinned in CC but that you
don't see as a DB).

BTW this is the wrong forum, please use jazz.user and have a look at the
RTC capabilites on jazz.net. A good source is the tutorial and the workshop
which cover the basics. Tehere are great recordings and blog entries you
could search for.

Ralph

Hi

Where exactly it stores? Like in CC we have vob db so similarly if i
use derby DB then how can i see my source files.

/Manoj

jlemieuxwrote:

It stores files in the database using several compression techniques,
mostly a combination of gzip, binary delta compression, and content
reuse (sha2).

Cheers,
Jean-Michel

permanent link
Seth Packham (1.4k42213) | answered Jun 16 '09, 8:45 p.m.
FORUM ADMINISTRATOR / JAZZ DEVELOPER
Moved this topic to the "Using Team Concert" forum.

permanent link
Geoffrey Clemm (30.1k33035) | answered Jun 21 '09, 1:44 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
RTC stores the content of version-controlled files in the RTC repository
(as BLOBs in the database). BTW, ClearCase stores SCM metadata in the
raima database, but does not store version-controlled file content
there. ClearCase stores the content of version-controlled files in the
file system in a "storage pool", which is an area of the file system
managed by ClearCase.

Cheers,
Geoff

manoj.panda wrote:
Hi,
i just want to find the difference between ClearCase and RTC, while
CC store the source code in raima database in a encrypted format, How
RTC store the files and where

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.