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

Re: Where are files stored?

From: Menachem Bazian, CPA (NY) <menachem_at_bcconsultingservices.com>
Date: 2006-11-15 15:35:58 CET

When you say "files", you mean the source code files, right? If I am
reading this right, SVN stores the files in a database (much like VSS does).

At 02:20 PM 11/14/2006, you wrote:
>The files are stored in the repository, which is somewhere on the
>Subversion server by default. You might want to consider one of the
>following:
>
>-- Use svnadmin to create regular backups of the repository on the
>backup server (could be automated).
>-- Place the repository on the backup server and then have the
>subversion server access it over the network. I've never tried this
>and frankly don't think it's a good idea; others may wish to chime in
>on this. Network connections are more prone to failure than local
>disks, and you don't want the server messed up mid-way through a commit.
>-- Get the subversion server to be part of the regular backup scheme
>(I would recommend this).
>
>--Tim

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 15 15:36:52 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.