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

Re: Files changed on svn update

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-08-31 17:02:37 CEST

On Tue, 2004-08-31 at 09:53, Neil Gunton wrote:

> That's an idea, it would certainly be a workaround. I guess I was just
> raising this as a possibly small thing for the svn developers that could
> be fixed if it turned out that it was trivial or a small programming
> oversight.

It's not a trivial thing, nor an oversight. When you run 'svn up' at
the root of your working copy, every single object in your tree must
have its working revision "bumped" up to HEAD, even if the object didn't
change. That's why every single .svn/entries file gets edited. The
.svn/tmp directories change because that's where new repository files
are constructed, before they're merged/copied into the visible working
area.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 31 17:05:04 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.