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

Re: How can I add a number of files scattered over the directory tree?

From: Thomas Harold <tgh_at_tgharold.com>
Date: 2006-10-27 15:38:48 CEST

Jim Lynch wrote:
> I was wondering how you got around doing an import of everything, I
> uinderstand now.

Good good :)

Putting /etc under version control is what finally got me comfortable
enough with SVN to start our migration away from SOS/VSS. Originally, I
just created a local repository on the same machine to hold the
information, but now we have a central SVN server running in a Xen DomU.

One thing that I'm not sure of is how well things will work if we were
to rebuild the server. As long as we're backing up the .svn folders and
include them in the restore, things will probably work just fine.

Other then that, it meets our primary goal of having /etc and other
configuration files under version control.

I'm currently working on getting our remote web servers (at a data
center) to transmit their web/ftp log files to the central SVN server
over ssh. Since SVN is so efficient over the wire, I'm thinking that
I'm going to schedule a job every few hours (maybe as often as every
hour) that will do the add/commit. Basically using SVN as a fancy
rsync, but with full history and the source machine can't cover its tracks.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 27 15:40:14 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.