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

Re: Change #2: Modify prototypes of replace_*() and add_*()

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2001-01-23 06:02:54 CET

> 2. Do pass it to each replace_*() or add_*(), because although it's
> constant across the update right now, things might not always
> so.

As I kind of mentioned before, I don't think this really works. Files
which haven't changed also have a target version. Fundamentally, the
target version is really a property of the commit or update, not of
the change to files and directories. Treating it otherwise isn't a
very good way to nuance over the problems you mentioned.

(Unless you're saying we should replace_dir and replace_file on every
single file and directory in the hierarchy, just to set the target
version.)
Received on Sat Oct 21 14:36:19 2006

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.