[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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
rev 0
rev 1
rev 2
rev 3

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.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 10 16:04:29 2006

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.