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

1.7.x - merge now accesses all files in WC?

From: Daniel Becroft <djcbecroft_at_gmail.com>
Date: Wed, 1 Dec 2010 11:45:55 +1000

Hi,

Running a merge with a 1.7.x build, SVN now seems to access every file under
a given working copy, whereas 1.6.x did not. The following observations have
been made using Process Monitor.

Under 1.6.x, the following file(s) are accessed merging a revision
(modifying bar.txt only):
 - .svn\entries
 - .svn\prop-base\foo.c.svn-base (for files with existing properties)
 - bar.txt

Under 1.7.x, the following file(s) are accessed (merging the same revision
as above):

 - .svn\wc.db
 - Every versioned file in the working copy

I can't see any reason why all these files would need to be accessed. I seem
to recall some discussion about preventing/warning merging into modified
working copies, could this be the cause? I've tried modifying files within
the WC, but the merge still succeeds.

---
Daniel Becroft
Received on 2010-12-01 02:46:55 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.