[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: Tim Hill <drtimhill_at_comcast.net>
Date: 2006-11-14 20:20:51 CET

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

On Nov 14, 2006, at 10:27 AM, Menachem Bazian, CPA (NY) 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).
>
> Am I asking for trouble? Suggestions???
>
> Thanks in advance...
>
>
>
>
>
>
> Menachem Bazian, CPA
> President
> BC Consulting Services, Inc.
> menachem@BCConsultingServices.com
> www.BCConsultingServices.com
> 973-773-7276 (Voice)
> 240-363-7298 (Fax)
>
> Please note my new email address.
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

---------------------------------------------------------------------
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:42:42 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.