souce code repository

5 answers

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
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

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
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

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:
(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