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

Files changed on svn update

From: Neil Gunton <neil_at_nilspace.com>
Date: 2004-08-31 16:32:56 CEST

Hi,

I recently started using subversion to manage my web development files,
and it's doing a fantastic job. I just have one issue, which I am not
sure about.

My development directory tree is fairly large, because it includes
basically all of my websites. There are hundreds of subdirectories, each
of which has the usual .svn subdir.

The problem is that when I do a 'svn update' on the root of this tree,
*all* the .svn/entries files and .svn/tmp/ subdirs get "touched", so
that when I do my rsync backups, there is a lot of copying of stuff that
really didn't change. At least, it doesn't seem like it *should* have
changed, since most of my files had no changes at all. I know that I
could do the update individually on only the relevant subdirs that
actually changed, and thus only those would get touched by subversion,
but in reality there are often cases where there are quite a few
scattered changes throughout my tree and it just makes more sense to do
the update at the root. For example, analog (web log analysis) files are
scattered throughout my websites, and these are updated every week. I
could write a script of course, and this isn't a big issue, but I was
just wondering if it is really necessary for subversion to touch
.svn/entries and .svn/tmp/ if no changes have happened in the relevant
files.

Thanks, and apologies if this is a dumb question,

-Neil

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 31 16:33:24 2004

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.