[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: Andy Levy <andy.levy_at_gmail.com>
Date: 2006-11-14 19:50:41 CET

On 11/14/06, Menachem Bazian, CPA (NY)
<menachem@bcconsultingservices.com> wrote:
> Please forgive a total newbie question.
>
> When I setup a new repository and import a project into it, where are the
> files stored?
>
> I have two servers. One is backed up regularly and one has Subversion on
> it. I want the files to be stored on the backed up server (running win2k3
> server btw) but I want subversion running on the not-backed up server.
> (Actually, it's not my choice but that's another story).

They're stored in the location where you told svnadmin create to put
them. If you ran "svnadmin create c:\repository" then the files are
stored in an FSFS format (by default, in SVN 1.2 and later) database
in c:\repository.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 14 20:13:46 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.