Re: Query regarding File storage in FSFS SVN Repository
From: Phil Endecott <spam_from_subversion_users_at_chezphil.org>
Date: 2006-01-10 17:10:51 CET ('binary' encoding is not supported, stored as-is) "Maninder Singh\(SDG\)" <singhma@quark.com> wrote: > I understand (as per the manual) that the repository contains db folder > where it stores all its revisions. > In CVS, we had RCS (,v) files to be precise in the repository, but I > could only find files by the name of "0" / "1" / "2" in the db/revprops/ > directory. Where are the files (that have been checked-in) stored? The information is inside the 0, 1, 2, ... files.
Think of it like a grid:
file_A file_B file_C file_D
In CVS you have one file for each COLUMN of this grid. So "file_A,v" contains rev 0 to rev 3 of file_A. In contrast, in SVN, you have one file for each ROW of this grid. So "1" contains rev 1 of file_A, file_B, etc.
--Phil.
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.